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

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

parent e032c89f
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"
......@@ -195,7 +195,7 @@ If there are multiple jobs running, it will show you a list of them and let you
function ftails {
JOBID=$1
if [[ -z $JOBID ]]; then
JOBS=$(squeue --format="%i \\'%j\\' " -u $USER | grep -v JOBID)
JOBS=$(squeue --format="%i \\'%j\\' " --me | grep -v JOBID)
NUMBER_OF_JOBS=$(echo "$JOBS" | wc -l)
JOBID=
......
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