coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep pipe


From: Max Charles
Subject: grep pipe
Date: Sat, 28 Oct 2017 09:50:47 -0400

How you get grep to put the output of the pipe like so, there seems to be no 
option for something like this:

echo 'patternfrompipe' | grep -R 'patternfrompipe' *

grep -R 'pattern' *
works fine

Thanks,

Max

reply via email to

[Prev in Thread] Current Thread [Next in Thread]