Hello,
I could repeatedly reproduce an unexpected behaviour on several Linux
systems (two installations of Arch Linux [newest state], a Debian [8.7]
and a Ubuntu [16.4]).
I ran the following command - when I first ran it, it was accidentially
ps ax | grep -reh
I wanted to grep for processes
Thanks for the clearance, but this behaviour is very ... unexpected.
ps ax | grep 0:00 xyz
is clear that the second parameter is meant to be interpreted as
filename, otherwise it should read
ps ax | grep '0:00 xyz'
But I was not expecting "." instead of "-" when option -r is in use.
Maybe
regards,rexkogitans
Am Mittwoch, den 08.02.2017, 15:35 -0800 schrieb Paul Eggert:
> On 02/08/2017 01:12 PM, rexkogit...@gmx.at wrote:
> > Maybe this could be added in the man page.
>
> It is already mentioned there, no? 'grep --help' says "With no FILE,
> rea