15 Dec
2009
15 Dec
'09
1:38 p.m.
Hi Scott, It should be: /bin/bash -c code; code; code on separate item lines. The file redirection should be: bin/echo "this is a test" >> /tmp/filename in at least bash. The man page of echo utility does say that the command line should be similar or identical to the shell command. A.