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
This page contains quick references for basic shell commands and links to more detailed resources. Users need to know basic shell commands to navigate directories and modify files for use on CHTC systems. Users can reference this page to gain familiarity or refresh their knowledge of shell commands.
15
+
This page contains quick references for basic shell commands and links to more detailed resources. You should learn basic shell commands to navigate directories and modify files on CHTC systems. Reference this page to learn or refresh your knowledge of shell commands.
16
16
17
17
{% capture content %}
18
18
-[Introduction](#introduction)
19
19
-[Learn about the command line](#learn-about-the-command-line)
{% include /components/directory.html title="Table of Contents" %}
24
24
25
25
## Learn about the command line
26
26
### Why should you learn about the command line?
27
27
28
-
If you haven't used the command line before, it might seem like a big challenge to get started. However, we strongly recommend learning more about the command line for multiple reasons:
28
+
If you haven't used the command line before, it might seem challenging to get started. However, we strongly recommend learning more about the command line for multiple reasons:
29
29
30
-
*Only a few basic commands are needed to successfully submit jobs on CHTC.
31
-
* With practice, typing on the command line is significantly faster and much more powerful than using a point-and-click graphic interface.
32
-
* Command line skills are useful for more than just large-scale computing.
30
+
*You only need to know **a few basic commands**to submit jobs.
31
+
* With practice, using the command line is **significantly faster and much more powerful** than using a point-and-click graphic interface.
32
+
* Command line skills are useful for more than just large-scale computing!
33
33
34
34
> ### For beginning users: Get started with the command line
35
35
{:.tip-header}
@@ -44,7 +44,7 @@ If you haven't used the command line before, it might seem like a big challenge
44
44
{:.tip}
45
45
46
46
47
-
## Quick reference: basic shell commands
47
+
## Quick reference: Basic shell commands
48
48
Note: Bracketed items (`<>`) denote where to place your input. *Do not* include the brackets in your command.
49
49
50
50
### Navigate directories
@@ -107,6 +107,6 @@ Note: Bracketed items (`<>`) denote where to place your input. *Do not* include
107
107
Below are more resources for learning the basic shell commands and the command line.
108
108
109
109
*[Cornell Virtual Workshop: An Introduction to Linux](https://cvw.cac.cornell.edu/linux/intro/index)
0 commit comments