$jobdirs
–
Mapping of job number to directory
$jobdirs
maps job numbers to the directories from which the job was launched.
Links
Examples
- Run job and print start directory
- Output:
1 2
ping -c 10 1.1.1.1 >/dev/null & typeset jobdirs
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!