shell - Does bash supports "system" command -
i know c , python , perl languages support "system" system call. not sure bash shell supports or not? can 1 let me know supported in bash or not ? if not there alternate way achieve this?
thanks in advance,
sudhir
executing command "ps" in shell.
c:
system( "ps" );
perl:
system ps
bash:
ps
there are. ;-)
Comments
Post a Comment