diff --git a/grep/1_Displaying_info/code b/grep/1_Displaying_info/code index e69e555..a1f71a1 100644 --- a/grep/1_Displaying_info/code +++ b/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