Browse Source

grep info

master
zeus 4 years ago
parent
commit
e088806bf6
  1. 2
      grep/1_Displaying_info/code

2
grep/1_Displaying_info/code

@ -1,3 +1,3 @@
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
grep -n "Jordan" $LLO_DATAFILE | tail -15

Loading…
Cancel
Save