RosettaCodeData/Task/Execute-a-system-command/C-Shell/execute-a-system-command-1.csh
2023-07-01 13:44:08 -04:00

2 lines
82 B
Tcsh

ls # run command, return to shell
exec ls # replace shell with command