Subject: Re: shell question...
To: None <netbsd-help@netbsd.org>
From: Chavdar Ivanov <ci4ic4@gmail.com>
List: netbsd-help
Date: 02/01/2006 09:42:43
2006/1/31, Jukka Salmi <j+nbsd@2006.salmi.ch>:
> Chavdar Ivanov --> netbsd-help (2006-01-31 16:37:23 +0000):
> > try
> >
> > ( sleep 30 >/dev/null 2>&1 & ) >/dev/null 2>&1
> >
> > but then you have to find the pid of the sleep process... $! is no good=