Skip to content

Commit f3ebd56

Browse files
authored
Update cheat-sheet.md
1 parent b6390ea commit f3ebd56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Creates new file and writes the output of the command as lines of text to the ne
116116

117117
For example, `ls > ls.txt` wites the contents of the current directory to a file named ls.txt which it puts in the current directory.
118118

119-
`cat > catRedirect.txt` will then write any following lines you type into catRedirect.txt (since executing `cat` by itself repeats back at you whatever you type. That output becomes the input for thr file. Press ctrl+c to exit out of the running `cat` command.
119+
`cat > catRedirect.txt` will write any following lines you type into catRedirect.txt (since executing `cat` by itself repeats back at you whatever you type). That output becomes the input for thr file. Press ctrl+c to exit out of the running `cat` command.
120120

121121
### Pipes |
122122

0 commit comments

Comments
 (0)