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
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