Strange results from using grep

John Rochester john at jrochester.org
Tue Oct 3 14:47:41 BST 2006


$ echo testing | grep -f <(echo)
testing
$ echo testing | grep -f <(echo hello; echo)
$ uname -sr
Linux 2.6.11.9-050512a

John





More information about the Ukfreebsd mailing list