Skip to content
Snippets Groups Projects

Resolve "There is nothing about ZSH"

Merged Norman Koch requested to merge issue-217 into preview
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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'
}
}
```
```
Loading