I am writing a bash script that reads different directory by user input, e.g., the user can use
"sh run folder1" or "sh run folder2" to go into different dir to open files.
Since I am a newb to script language and I am not sure how to write this, any suggestion is appreciated.
"sh run folder1" or "sh run folder2" to go into different dir to open files.
Since I am a newb to script language and I am not sure how to write this, any suggestion is appreciated.