RosettaCodeData/Task/Execute-a-system-command/UNIX-Shell/execute-a-system-command-7.sh

3 lines
82 B
Bash
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
ls # run command, return to shell
exec ls # replace shell with command