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 .
(..)を複数回入力する代わりに、上記のコマンドのショートカットがあるかどうかを確認したいと思います。
ありがとう