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.
我刚刚在 Linux 中遇到了一个有趣的问题。我想找到一个快捷方式,用于从路径中的多个文件夹复制回当前路径。例如:
A/B/C/D/E> cp ../../../example.txt 。
我想看看是否有上述命令的快捷方式,而不是多次输入 (..)。
谢谢