Why is bash denying my shell script permission to open a text file with default text editor? – askubuntu.com

I am in: GNU bash, version 4.4.12(1)-release (x86_64-pc-linux-gnu) the script is: (note.sh) #! /bin/bash edit="edit" if [[ $edit = $1 ]] then touch ~/.notes/"$2".txt $EDITOR ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Why is bash denying my shell script permission to open a text file with default text editor? – askubuntu.com"