RosettaCodeData/Task/Execute-a-system-command/C-Shell/execute-a-system-command-1.csh

3 lines
82 B
Tcsh
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
ls # run command, return to shell
exec ls # replace shell with command