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上使用终端。我现在在我当前的文件夹中。我想在我当前所在的这个文件夹中获取一个文件并将其复制到完全相同的文件夹中,并且我还想重命名它。
我应该使用什么命令?
复制命令效果很好。
cp /currentfolder/filename /currentfolder/newfilename
如果你想复制像 .cpp 文件这样的文件,它真的很容易使用:
cp filename.cpp destination