Nicodemo Alvaro wrote:
> Follow-up Comment #2, bug #25197 (project grep):
>
> The work around I use is either being above the directory to scan or placing
> a ./ at the end of the command.
>
> grep -r HI ./
>
> To me it would be very reasonable to not have to place an argument at the end
> of the command for a recursive grep of the current directory as the './' is
> not very neat.
>   

looks like it's enough with just the dot (which is arguably much more neat):

grep -r HI .

vQ



Reply via email to