Kinshuk Srivastava wrote: > I have a directory and i search recursively : i.e. > > grep -r -h > > But there appears still the file name in the result.
You probably have 'grep' aliased to 'grep -H'. Check the output of 'type -a grep'. If that's not it, please show the actual full command you're using. Benno
