Searched hist:254093 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/gnu/usr.bin/grep/
H A Dgrep.cdiff 254093 Thu Aug 08 09:56:02 MDT 2013 ache Part of r245761 makes "grep -D skip" broken for pipes, i.e.
echo xxx | grep -D skip xxx
returns nothing. Instead of just removing added S_ISFIFO condition
(originally absent in this version of grep), make it work as latest
GNU version does: don't skip directories and devices if fd == STDIN_FILENO.

Completed in 118 milliseconds