You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/notes/hpc-from-terminal/section1.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -86,11 +86,11 @@ Invoke the utility `rm` to delete a file.
86
86
```bash
87
87
$rm myfile
88
88
```
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.
90
90
91
91
When it is complete the shell then returns the UNIX prompt to the user, indicating that it is waiting for further commands.
0 commit comments