From 919822fd25793b2ec4f744246e8185c98f6ae35f Mon Sep 17 00:00:00 2001 From: Rishit Saiya <46641953+rishitsaiya@users.noreply.github.com> Date: Mon, 7 Oct 2019 20:58:39 +0530 Subject: [PATCH] Another way --- Text Processing/Head #2.sh | 2 ++ 1 file changed, 2 insertions(+) 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