由于工作环境的原因,我只能在 CentOS 上的 tcsh 中执行此操作。执行时find . -type f -executable -exec source '{}' \;,唯一的结果是find: 'source': No such file or directory针对每个适当的文件。不知道为什么这在 tcsh 中不起作用,因为它非常简单。我究竟做错了什么?非常感谢任何帮助。
find . -type f -executable -exec source '{}' \;
find: 'source': No such file or directory
tcsh find shell-builtin
find ×1
shell-builtin ×1
tcsh ×1