Skip to content
Snippets Groups Projects
Commit 861508f6 authored by Caughlin Bohn's avatar Caughlin Bohn Committed by joshcarini
Browse files

Fixed General Typos and Spelling issues

parent 74006162
No related branches found
No related tags found
1 merge request!118Run time
......@@ -44,7 +44,7 @@ File Transferring with HCC Supercomputers
### Using the SCP command
For Mac/Linux users, file transferring between your personal computer
and the HCC supercomputers can be achieved through the commend `scp`.
and the HCC supercomputers can be achieved through the command `scp`.
Here we use **Tusker** for example. **The following commands should be
executed from your computer. **
......@@ -54,7 +54,7 @@ executed from your computer. **
$ scp -r ./<folder name> <username>@tusker.unl.edu:/work/<group name>/<username>
{{< /highlight >}}
The above commend line transfers a folder from the current directory
The above command line transfers a folder from the current directory
(`./`) of the your computer to the `$WORK` directory of the HCC
supercomputer, Tusker. Note that you need to replace `<group name>`
and `<username>` with your HCC group name and username.
......@@ -65,7 +65,7 @@ and `<username>` with your HCC group name and username. 
$ scp -r <username>@tusker.unl.edu:/work/<group name>/<username>/<folder name> ./
{{< /highlight >}}
The above commend line transfers a folder from the `$WORK` directory of
The above command line transfers a folder from the `$WORK` directory of
the HCC supercomputer, Tusker, to the current directory (`./`) of the
your computer.
......
......@@ -12,7 +12,7 @@ weight = "20"
- [Access to HCC Supercomputers] (#access-to-hcc-supercomputers)
- [For Windows 10 Users](#windows-10)
- [For Windows 7 and 8.1 Users](#windows-7-and-8-1)
- [File Transferring with HCC Supercomputers] (#file-transfering)
- [File Transferring with HCC Supercomputers] (#file-transferring)
- [SCP - Command Line] (#scp)
- [WinSCP - GUI] (#winscp)
- [Tutorial Video](#tutorial-video)
......@@ -36,7 +36,7 @@ should be replaced by your HCC account username. If you do not have a
HCC account, please contact a HCC specialist
({{< icon name="envelope" >}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
or go to http://hcc.unl.edu/newusers.
To use the **Crane** cluster, replace tusker.unl.edu with with crane.unl.edu.
To use the **Crane** cluster, replace tusker.unl.edu with crane.unl.edu.
{{< highlight bash >}}
C:\> ssh <username>@tusker.unl.edu
......@@ -117,7 +117,7 @@ For best results when transfering data to and from the clusters, refer to [Handl
### SCP
For Windows users, file transferring between your personal computer
and the HCC supercomputers can be achieved through the commend `scp`.
and the HCC supercomputers can be achieved through the command `scp`.
Here we use **Tusker** for example. **The following commands should be
executed from your computer. **
......@@ -127,7 +127,7 @@ executed from your computer. **
C:\> scp -r .\<folder name> <username>@tusker.unl.edu:/work/<group name>/<username>
{{< /highlight >}}
The above commend line transfers a folder from the current directory
The above command line transfers a folder from the current directory
(`.\`) of the your computer to the `$WORK` directory of the HCC
supercomputer, Tusker. Note that you need to replace `<group name>`
and `<username>` with your HCC group name and username.
......@@ -138,7 +138,7 @@ and `<username>` with your HCC group name and username. 
C:\> scp -r <username>@tusker.unl.edu:/work/<group name>/<username>/<folder name> .\
{{< /highlight >}}
The above commend line transfers a folder from the `$WORK` directory of
The above command line transfers a folder from the `$WORK` directory of
the HCC supercomputer, Tusker, to the current directory (`.\`) of the
your computer.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment