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/section3.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ $more filename
154
154
This displays the contents of a file on the screen with line scrolling. To scroll you can use ‘arrow’ keys. To advance one line, press the Enter key. To advance a full page, press the space bar. Press `q` to exit.
155
155
156
156
```bash
157
-
$more~/rivanna-cli/shakespeare/Lear.txt
157
+
$more~/rivanna-cl/shakespeare/Lear.txt
158
158
```
159
159
160
160
To page upward within the text, press `b` (back).
@@ -164,7 +164,7 @@ To page upward within the text, press `b` (back).
164
164
You can search in the forward direction with `/`<pattern>, where pattern is a combination of characters you wish to find.
165
165
166
166
```bash
167
-
$more~/rivanna-cli/shakespeare/Lear.text
167
+
$more~/rivanna-cl/shakespeare/Lear.text
168
168
/serpent
169
169
```
170
170
<pre>
@@ -213,7 +213,7 @@ If used single `>` in place of the double `>>` in the above, `cat` will overwrit
213
213
214
214
Displays only the starting lines of a file. The default is first ten lines. Use “-n” to specify the number of lines.
215
215
```bash
216
-
$head~/rivanna-cli/shakespeare/Lear.text
216
+
$head~/rivanna-cl/shakespeare/Lear.text
217
217
```
218
218
<pre>
219
219
This Etext file is presented by Project Gutenberg, in
@@ -232,7 +232,7 @@ PROVIDED BY PROJECT GUTENBERG WITH PERMISSION. ELECTRONIC AND
0 commit comments