diff --git a/Text Processing/Head #2.sh b/Text Processing/Head #2.sh index 8f4f9cf..86540ee 100644 --- a/Text Processing/Head #2.sh +++ b/Text Processing/Head #2.sh @@ -1,3 +1,5 @@ #Output the first 20 characters of the text file. head -c 20 +#OR +head --bytes 20