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.
我正在尝试替换所有文本文件符号链接指针以替换_F-ss为如下所示的空字符串,但遇到以下错误,有关如何解决此问题的任何指导?
_F-ss
find . -name "*.txt" -type l | xargs 'ln -nsf "$(readlink "%p" | sed s/_F-ss//)"'
错误:-
xargs: ln -nsf "$(readlink "%p" | sed s/_F-ss//)": No such file or directory