On Sat, May 9, 2009 at 20:38, Elmar Stellnberger <[email protected]> wrote:
> grep -R should only open regular files, no pipes, no devices, because
> otherwise grep -R will hang on these files.
>
> i.e. > grep -R seekitem .
> is expected to behave like
>> find . -type f -exec grep seekitem {} +
>
> reproduce by:
>> mkfifo hug
>> grep -R seek .
See the --device= option.

Bert


Reply via email to