Skip to content

Commit 2cc53ee

Browse files
dtxeCopilot
andauthored
Update 04_this_cohort/additional_resources/bash_commands_cheatsheet.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2aa25f1 commit 2cc53ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

04_this_cohort/additional_resources/bash_commands_cheatsheet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ alias showhistory="clear; tail -n0 -F ~/.bash_history | nl"
101101
* -n0: display no lines currently in the file
102102
* -F: watch the file for changes and display any new lines
103103
* ~/.bash_history: command history file for bash
104-
* | nl: pass new lines t
105-
104+
* | nl: number the lines of the input
106105
#### To display live updated command history, run this in a separate window:
107106
showhistory
108107

0 commit comments

Comments
 (0)