Displaying 1 result from an estimated 1 matches for "wat5wo5kmsup6xnj06rvavo".
2007 Oct 10
1
question on grep
Is there a command line option on grep that says
count ALL occurances on a line not just the first one???
echo "jerry jerry" | grep -c jerry
only returns 1 and not 2.
Looking at the man page I did not see anything like that.
Thanks,
Jerry