@@ -101,7 +101,7 @@ commands.
101
101
| Command | Description |
102
102
|---------+-------------------------------------------|
103
103
| echo | Displays lines |
104
- | head | Pirnts first few lines |
104
+ | head | Prints first few lines |
105
105
| cat | Prints entire file and concatenates files |
106
106
107
107
*** echo
@@ -124,7 +124,7 @@ Hello, World!
124
124
125
125
*** head
126
126
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.
128
128
129
129
By default, this command will show the first 10 lines of a file.
130
130
@@ -218,7 +218,7 @@ Another use for this command is to *rename* things on your computer.
218
218
219
219
*** rm
220
220
221
- The ~rm~ command *removes*/* deletes* files and directories around your
221
+ The ~rm~ command *removes/ deletes* files and directories around your
222
222
computer.
223
223
224
224
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.
368
368
This can be easier to remember and use because you don't have to remember which
369
369
permission equals what number and how to put together the number as well.
370
370
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.
372
372
373
373
| Letter | Role |
374
374
|--------+--------|
0 commit comments