Date: Thu, 31 Mar 2005 18:26:44 -0500 From: Charles Swiger <cswiger@mac.com> To: Gert Cuykens <gert.cuykens@gmail.com> Cc: FreeBSD List <freebsd-questions@freebsd.org> Subject: Re: .xinitrc Message-ID: <247d7f6714333c625603b13a90c80401@mac.com> In-Reply-To: <ef60af0905033115174bd708ee@mail.gmail.com> References: <ef60af0905033115062cfaf90d@mail.gmail.com> <20050401011050.555a4819.albi@scii.nl> <ef60af0905033115174bd708ee@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mar 31, 2005, at 6:17 PM, Gert Cuykens wrote: > thx ps what is the difference between exec and without exec Read "man sh": exec [command [arg ...]] Unless command is omitted, the shell process is replaced with the specified program (which must be a real program, not a shell built-in command or function). Any redirections on the exec com- mand are marked as permanent, so that they are not undone when the exec command finishes. -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?247d7f6714333c625603b13a90c80401>