2 lines
82 B
Tcsh
2 lines
82 B
Tcsh
ls # run command, return to shell
|
|
exec ls # replace shell with command
|
ls # run command, return to shell
|
|
exec ls # replace shell with command
|