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 Manager, ITProTV*if the post above has answered the question, please mark as solved.
**All "answers" and responses are offered "as is" and my opinion. There is no implied service, support, or guarantee by ITProTV.