> Date: Mon, 19 Dec 2011 13:34:32 -0700 > From: Eric Blake <[email protected]> > CC: [email protected] > > The intent of the test is that grep should behave differently when > operating on a directory instead of a regular file.
Can you elaborate on that difference in behavior? I mean the difference between echo foo | grep -f empty-directory/ and echo foo | grep -f empty-file TIA
