Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Problems with zsh's job control and running jobs



On Sep 2,  3:30pm, Peter Stephenson wrote:
} Subject: Re: Problems with zsh's job control and running jobs
}
}   jobs | while read job; do
}     if [[ $job = \[(#b)([[:digit:]]##)\]*running* ]]; then
}       disown %$match[1]
}     fi
}   done

    disown %${(k)^jobstates[(R)*=running*]}

??



Messages sorted by: Reverse Date, Date, Thread, Author