diff --git a/Text Processing/Head #1.sh b/Text Processing/Head #1.sh index 316344d..73682d1 100644 --- a/Text Processing/Head #1.sh +++ b/Text Processing/Head #1.sh @@ -1,3 +1,6 @@ #Display the first 20 lines of an input file. head -n 20 +#OR +head --line 20 +