Skip to content

Commit dea07d1

Browse files
committed
Update language
1 parent 55f9ecf commit dea07d1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_uw-research-computing/basic-shell-commands.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
highlighter: none
33
layout: guide
4-
title: Basic shell commands
5-
alt_title: Basic shell commands
4+
title: "Quick reference: Basic shell commands"
5+
alt_title: "Quick reference: Basic shell commands"
66
guide:
77
category: Get started
88
tag:
@@ -12,24 +12,24 @@ guide:
1212

1313
## Introduction
1414

15-
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.
1616

1717
{% capture content %}
1818
- [Introduction](#introduction)
1919
- [Learn about the command line](#learn-about-the-command-line)
20-
- [Quick reference: basic shell commands](#quick-reference-basic-shell-commands)
20+
- [Quick reference: Basic shell commands](#quick-reference-basic-shell-commands)
2121
- [Related pages](#related-pages)
2222
{% endcapture %}
2323
{% include /components/directory.html title="Table of Contents" %}
2424

2525
## Learn about the command line
2626
### Why should you learn about the command line?
2727

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:
2929

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!
3333

3434
> ### For beginning users: Get started with the command line
3535
{:.tip-header}
@@ -44,7 +44,7 @@ If you haven't used the command line before, it might seem like a big challenge
4444
{:.tip}
4545

4646

47-
## Quick reference: basic shell commands
47+
## Quick reference: Basic shell commands
4848
Note: Bracketed items (`<>`) denote where to place your input. *Do not* include the brackets in your command.
4949

5050
### Navigate directories
@@ -107,6 +107,6 @@ Note: Bracketed items (`<>`) denote where to place your input. *Do not* include
107107
Below are more resources for learning the basic shell commands and the command line.
108108

109109
* [Cornell Virtual Workshop: An Introduction to Linux](https://cvw.cac.cornell.edu/linux/intro/index)
110-
* [Software Carpentry Unix Shell](http://swcarpentry.github.io/shell-novice/) lessons
110+
* [Software Carpentry Unix Shell](http://swcarpentry.github.io/shell-novice/)
111111
* [Ubuntu tutorial: The Linux command line for beginners](https://ubuntu.com/tutorials/command-line-for-beginners#1-overview)
112112
* [Unix/Linux Command Reference cheat sheet](https://files.fosswire.com/2007/08/fwunixref.pdf)

0 commit comments

Comments
 (0)