Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的脚本有问题。我使用 FreeBSD 和 SSH 来启动这个脚本:
grep -rl '=Array.prototype.slice.call(arguments).join(""),' 。| 同时读取文件名;做 sed -i -e '$d' $FILENAME; 回声“$文件名”;完毕
当我启动时,SSH 得到错误:
while:表达式语法。
请帮我!!PS:对不起,我来自乌克兰的英语。
你正在使用csh,对吧?试试看bash,你发布的语法对我在 FreeBSD 上的bash和sh. sh是基本系统的一部分,但您可以bash使用pkg_add -r bash.
csh
bash
sh
pkg_add -r bash