what is the -c option for in bash?
-
-c option in bash
-
I thought this was answered here.
Reads commands from the following string and assign any arguments to the positional parameters. e.g.
bash$ bash -c 'set a b c d; IFS="+-;"; echo "$*"' a+b+c+d
Cordially,
Ronnie Wong
Edutainer, ITProTV*if the post above has answered the question, please mark the topic as solved.
**All "answers" and responses are offered "as is" and my opinion. There is no implied support or guarantee by the ITProTV team.