zeus
4 years ago
1 changed files with 1 additions and 1 deletions
@ -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…
Reference in new issue