试图去watch jobs
上班。这很棘手,因为jobs
报告当前 shell 拥有的作业,并watch
创建另一个 shell。因此,我想运行. watch jobs
or source watch jobs
,但出现此错误:
-bash: source: /usr/bin/watch: cannot execute binary file
这是输出file /usr/bin/watch
:
/usr/bin/watch: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, BuildID[sha1]=0xe207fd209faf781a58f5f30922c99da759bd3953, stripped
source
在这种情况下如何调试?