Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: fork a process and suppress any messages to parent process



On Mon 26.Nov.07 14:36, Eric Smith wrote:
How do I fork a process and suppress all messages, errors etc.

Is there a better way in zsh than, 2>&1 >/dev/null

Using &> will redirect both stdout and stderr.

--
redondos

Attachment: signature.asc
Description: Digital signature



Messages sorted by: Reverse Date, Date, Thread, Author