Skip to content
Snippets Groups Projects
Commit c39be1f1 authored by Fanny Wegner's avatar Fanny Wegner
Browse files

Replace UNIX_HPC_cheat_sheet.md

parent 0d6928a4
No related branches found
No related tags found
No related merge requests found
...@@ -54,8 +54,6 @@ echo "foo" > bar.txt # Direct output into file. Overwrites file if it alr ...@@ -54,8 +54,6 @@ echo "foo" > bar.txt # Direct output into file. Overwrites file if it alr
echo "foo" >> bar.txt # Direct output into file and append if it already exists. echo "foo" >> bar.txt # Direct output into file and append if it already exists.
command1 | command2 # Directs output from command1 as standard input into command2 command1 | command2 # Directs output from command1 as standard input into command2
``` ```
<br><br>
## Variables and arrays ## Variables and arrays
...@@ -105,7 +103,7 @@ my_software_container.sif my_software [parameters] ...@@ -105,7 +103,7 @@ my_software_container.sif my_software [parameters]
``` ```
<br> <br><br>
# SLURM Cheat Sheet # SLURM Cheat Sheet
......
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