@ -1,5 +1,5 @@
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"
grep -n "^Mi" $LLO_DATAFILE | tail -5
@ -69,6 +69,6 @@
codehelp: "2_Displaying_matched_pattern/codehelp"
codeanswer: "2_Displaying_matched_pattern/codeanswer"
mimetype: "bash"
points: "" # ELO
points: "1" # ELO
output:
log: "bash"