Re: OT: shell script problem

2003-02-21 Thread Grzegorz Czaplinski
On Thu, Feb 20, 2003 at 03:14:22PM -0600, Brian Henning wrote: > i have this script with one input file and i keep getting the error: > /files_???/19980527/???/myname # sh doc_id.sh input.txt > /files_???/19980527/???/: No such file or directory > /files_???/19980527/???/ > > sh doc_i

OT: shell script problem

2003-02-20 Thread Brian Henning
i have this script with one input file and i keep getting the error: /files_???/19980527/???/myname # sh doc_id.sh input.txt /files_???/19980527/???/: No such file or directory /files_???/19980527/???/ sh doc_id.sh - #! /bin/sh -x INPUT=$1 for i in `cat $INPUT`; do