[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Is the '<' character allowed in argument line?



On Thu, Feb 02, 2006 at 09:05:37PM +0100, Jon Vaabenoe wrote:
> I am trying to run Condor jobs with a program that from the command line would
> be run like this:
> 
> # program < infile.in > outfile.out
> 
> However, when I use the following set up in Condor:
> 
> argument = < infile.in
> 
> output = outfile.out

i think you don't actually want that as an argument.  in your submit file
you just say:

input = infile.in


cheers,
-zach