Skip to content
Snippets Groups Projects
Commit 8a9a2b30 authored by Jan Frenzel's avatar Jan Frenzel Committed by Norman Koch
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4bae7c32
No related branches found
No related tags found
3 merge requests!446docs: Add Jupyter Teaching Example,!445Automated merge from preview to main,!405Resolve "There is nothing about ZSH"
...@@ -181,7 +181,7 @@ This allows you to run `slurmlogpath $SLURM_ID` and get the log-path directly in ...@@ -181,7 +181,7 @@ This allows you to run `slurmlogpath $SLURM_ID` and get the log-path directly in
```bash ```bash
function slurmlogpath { function slurmlogpath {
scontrol show job $1 | grep StdOut | sed -e 's/^\s*StdOut=//' scontrol show job $1 | sed -n -e 's/^\s*StdOut=//p'
} }
``` ```
......
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