John H. Robinson, IV wrote:
Ralph Shumaker wrote:grep -C 4 /tmp/file "`grep aba /tmp/file | grep bcb | grep cdc | grep ded`" grep: The correct line displayed here.: No such file or directoryAnd still no context. :-(grep -C 4 "`grep aba /tmp/file | grep bcb | grep cdc | grep ded`" /tmp/file Search terms come first, and file(s) come next. -john
That pushed it over the hill. Thanks john. -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
