Skip to content

Commit eab0001

Browse files
committed
Update section1.md
1 parent 6654b57 commit eab0001

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/notes/hpc-from-terminal/section1.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Invoke the utility `rm` to delete a file.
8686
```bash
8787
$rm myfile
8888
```
89-
In this example, the shell issues a request to the kernel to delete `myfile`. The kernel then communicates with the software that manages file storage to exectute the operation.
89+
In this example, the shell issues a request to the kernel to delete `myfile`. The kernel then communicates with the software that manages file storage to execute the operation.
9090

9191
When it is complete the shell then returns the UNIX prompt to the user, indicating that it is waiting for further commands.
9292

93-
## Rnning Our First Command
93+
## Running Our First Command
9494

9595
Let’s run our first command. Into a terminal type
9696
```bash

0 commit comments

Comments
 (0)