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 directory > > And 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 -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
