3 lines
161 B

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