a.out 1> file.out 2> file.err in csh?

Kamlesh Gandhi kamlesh at hpdstma.HP.COM
Thu Oct 27 11:14:00 AEST 1988


You might want to use the following under csh:
	 % (a.out > file.out) >& file.error
This will send your output to file.out and your errors to file.error

Kamlesh



More information about the Comp.unix.wizards mailing list