From c39be1f1081790ad1e6df4f270ada6115389c0e7 Mon Sep 17 00:00:00 2001 From: Fanny Wegner <fwegner@imm.uzh.ch> Date: Tue, 21 Mar 2023 08:06:57 +0100 Subject: [PATCH] Replace UNIX_HPC_cheat_sheet.md --- exercises/UNIX_HPC_cheat_sheet.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exercises/UNIX_HPC_cheat_sheet.md b/exercises/UNIX_HPC_cheat_sheet.md index a08269b..6898541 100644 --- a/exercises/UNIX_HPC_cheat_sheet.md +++ b/exercises/UNIX_HPC_cheat_sheet.md @@ -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. command1 | command2 # Directs output from command1 as standard input into command2 ``` -<br><br> - ## Variables and arrays @@ -105,7 +103,7 @@ my_software_container.sif my_software [parameters] ``` -<br> +<br><br> # SLURM Cheat Sheet -- GitLab