$jobtexts  –  Mapping of job number to command line

$jobstates maps job numbers to the command line used to start a job.

Examples

Run job and print job command line
1
2
ping -c 10 1.1.1.1 >/dev/null &                                                                                                                    ~
typeset jobtexts
Output:
1
2
[1] 288507
jobtexts=( [1]='ping -c 10 1.1.1.1 > /dev/null' )
BashSupport Pro 是一款支持 jobtexts** 的 **Zsh 集成开发环境 - 立即试用
© 2020–2024 Joachim Ansorg
声明
隐私政策
许可条款