spaz has asked for the wisdom of the Perl Monks concerning the following question:
I get a prompt (from the interactive part) and then the following error after skipping the interactive partmy $ci = "/usr/bin/ci"; system( "$ci", "-u", "-zLT", "$file", "< /dev/null" );
Can anybody shed some light?ci: < /dev/RCS/null: No such file or directory
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Input redirection
by Fastolfe (Vicar) on Dec 14, 2000 at 03:21 UTC | |
by Withnail (Novice) on Dec 14, 2000 at 04:38 UTC | |
|
Re: Input redirection
by chipmunk (Parson) on Dec 14, 2000 at 02:58 UTC |