scripting question

Ajai Khattri ajai at bway.net
Thu Apr 29 16:16:46 UTC 2004


On Thu, 29 Apr 2004 jeffrey_n_Dyke at Keane.com wrote:

> 2. is there a way to run exec without it exiting the current shell after
> the command ends?

exec replaces the current process with the one you are execing (so the
shell is gone). If you want to return to the shell after running a command
then do not use exec.

-- 
Aj.
Sys. Admin / Developer





More information about the Redhat-install-list mailing list