Missing name for redirect
- Article Type: General
- Product: Aleph
- Product Version: 20
Description:
We get the message, "Missing name for redirect", in trying to run a script (an indexing "super-script"):
> csh -f $aleph_proc/p_manage_07 ABC01,1,000000000,999999999,16,0,00, > &
$alephe_scratch/abc01_p_manage_07.log
Resolution:
Rather than being a single command, the first line had a carriage return, so the second line was being read as a separate statement.
The solution was to "join" the lines (SHIFT + J) so they became a single logical line.
- Article last edited: 10/8/2013