Re: Redirect job output after putting it into background
On 2006-08-22, Sashi wrote:
> Using ksh/bash.
> Redirect job output after putting it into background
> How to do this?
You don't; you supply the redirection when you issue the command.
--
Chris F.A. Johnson, author <http://cfaj.freeshell.org>
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
===== My code in this post, if any, assumes the POSIX locale
===== and is released under the GNU General Public Licence
|