Skip to content
Snippets Groups Projects
Commit 3ffbbc15 authored by Norman Koch's avatar Norman Koch
Browse files

Merge branch 'issue-217' of...

Merge branch 'issue-217' of https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/hpc-compendium into issue-217
parents cf055732 8a9a2b30
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
```bash
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