Mail Archives: djgpp/1996/10/16/05:32:29
In article <541jvj$ovk AT news2 DOT delphi DOT com>, jrubin <jrubin AT bix DOT com> wrote:
>Does anyone know why the command
> grep % test.dat
>hangs my system so badly control/alt/del is needed to recover?
It's not hung; it's waiting for input. Pressing ^Z will get you out.
>In case it matters, I use 4dos instead of command.com
If this is at the command line, it does matter--in a batch file,
command.com would display the same behavior. Use:
grep %% test.dat
- Raw text -