|
@ -1,5 +1,5 @@ |
|
|
echo "Inverting the pattern match" |
|
|
echo "Inverting the pattern match" |
|
|
grep -v "Jordan" $LLO_DATAFILE | head 5 |
|
|
grep -v "Jordan" $LLO_DATAFILE | head -5 |
|
|
|
|
|
|
|
|
echo "Matching the lines that start with a string" |
|
|
echo "Matching the lines that start with a string" |
|
|
grep -n "^Mi" $LLO_DATAFILE | tail -5 |
|
|
grep -n "^Mi" $LLO_DATAFILE | tail -5 |
|
|