$jobdirs  –  Mapping of job number to directory

$jobdirs maps job numbers to the directories from which the job was launched.

Examples

Run job and print start directory
1
2
ping -c 10 1.1.1.1 >/dev/null &
typeset jobdirs
Output:
1
2
[1] 287759
jobdirs=( [1]=/home/user )
BashSupport Pro ist eine Zsh IDE mit Unterstützung für $jobdirs - probieren Sie es jetzt aus!
© 2020–2024 Joachim Ansorg
Impressum
Datenschutz
Rechtliches