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