4 lines
161 B

5 years ago
grep -c "Jordan" $LLO_DATAFILE
echo " Prefix each line of output with the 1-based line number within its input file."
5 years ago
grep -n "Jordan" $LLO_DATAFILE | tail -5