From e088806bf6592102d10b49038d8c7a913c6f0ffc Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 24 Sep 2020 20:37:18 +0300 Subject: [PATCH] grep info --- grep/1_Displaying_info/code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grep/1_Displaying_info/code b/grep/1_Displaying_info/code index e69e555..a1f71a1 100644 --- a/grep/1_Displaying_info/code +++ b/grep/1_Displaying_info/code @@ -1,3 +1,3 @@ grep -c "Jordan" $LLO_DATAFILE echo " Prefix each line of output with the 1-based line number within its input file." -grep -n "Jordan" $LLO_DATAFILE +grep -n "Jordan" $LLO_DATAFILE | tail -15