\"Ferret\" needed

Chuck Collins cpc at AMES-NAS.ARPA
Fri Oct 18 16:39:06 AEST 1985


A simple trick to use to force grep to always emit a file name, even
in the unpredicatable case when there is only one file: append "/dev/null"
to your arg list:

	grep pat $* /dev/null

Chuck Collins



More information about the Comp.sources.unix mailing list