Skip to content

Commit 1124504

Browse files
committed
Fix typos within Unix lecture
1 parent c22c98c commit 1124504

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

notes/unix_outline.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ commands.
101101
| Command | Description |
102102
|---------+-------------------------------------------|
103103
| echo | Displays lines |
104-
| head | Pirnts first few lines |
104+
| head | Prints first few lines |
105105
| cat | Prints entire file and concatenates files |
106106

107107
*** echo
@@ -124,7 +124,7 @@ Hello, World!
124124

125125
*** head
126126

127-
The ~head~ commands will show just the beginning lines of a given file.
127+
The ~head~ command will show just the beginning lines of a given file.
128128

129129
By default, this command will show the first 10 lines of a file.
130130

@@ -218,7 +218,7 @@ Another use for this command is to *rename* things on your computer.
218218

219219
*** rm
220220

221-
The ~rm~ command *removes*/*deletes* files and directories around your
221+
The ~rm~ command *removes/deletes* files and directories around your
222222
computer.
223223

224224
This command is very powerful so use with caution. There are lots of jokes with
@@ -368,7 +368,7 @@ You can also use what is called symbolic representation to modify permissions.
368368
This can be easier to remember and use because you don't have to remember which
369369
permission equals what number and how to put together the number as well.
370370

371-
All you need to remeber are letters for both the different roles.
371+
All you need to remember are letters for both the different roles.
372372

373373
| Letter | Role |
374374
|--------+--------|

0 commit comments

Comments
 (0)