【发布时间】:2013-11-11 21:17:05
【问题描述】:
试图让watch jobs 工作。这很棘手,因为jobs 报告当前shell 拥有的作业,而watch 创建另一个shell。因此我想运行. watch jobs 或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?
【问题讨论】: