From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: redirects and semicolons in jobdumpcommand
   Date: Sat, 01 Dec 2007 06:18:38 -0500
Msg# 1655
View Complete Thread (5 articles) | All Threads
Last Next
Antoine Durr wrote:
> [posted to rush.general]
> 
> Hi,
>   I tried the following in a jobdumpcommand, to no avail:
> 
> printenv > /home/antoine/foo
> 
> Is there a reason that does not work?  I also tried:
> 
>   printenv ; sleep 60

	The command is invoked by exec(), so no shell is involved.
	(';' and '>' being shell characters)

	To use shell specific syntax, it's best if you put your commands
	into a shell script and invoke that.

-- 
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)

Last Next