Key Points
Why Use a Cluster? |
|
Connecting to the remote HPC system |
|
Moving around and looking at things |
|
Writing and reading files |
|
Wildcards and pipes |
|
Scripts, variables, and loops |
|
Glossary
There is currently no glossary available for this lesson.
Local resources
- Advanced Research Computing (ARC) at the University of Saskathewan
External References
Bash
-
Similar Software Carpentry lesson: The Unix Shell
-
Carpentries incubator: Extra Unix Shell Material
-
The Linux Documentation Project (TLDP): Advanced Bash-Scripting Guide
Text Editing
- Nano editor home page
- VIM editor home page
- Vim also has a built-in tutorial. From the bash prompt, type
vimtutor
and follow the instructions.
- Vim also has a built-in tutorial. From the bash prompt, type