From bb2369716affbc59c2bc8fadad9bccceb27326de Mon Sep 17 00:00:00 2001 From: Menna Date: Fri, 7 Feb 2025 14:22:43 +0000 Subject: [PATCH] Update git-bash-hints.qmd Co-authored-by: Rich Bielby --- git-bash-hints.qmd | 1 - 1 file changed, 1 deletion(-) diff --git a/git-bash-hints.qmd b/git-bash-hints.qmd index 011a726..a688d32 100644 --- a/git-bash-hints.qmd +++ b/git-bash-hints.qmd @@ -261,7 +261,6 @@ tail file_name.extention You can also customise the number of lines you want to view by adding `-number of lines` after `tail`. For example, if we want to view the last 3 lines of a file, we use: ```{bash } - tail -3 file_name.extention ```