- Learn Linux Quickly
- Ahmed AlKabary
- 63字
- 2021-06-11 18:43:49
Moving one directory
You can also use the mv command to move directories. For example, if you want to move the directory d3 and put it inside d2, then you can run the mv d3 d2 command:
elliot@ubuntu-linux:~$ mv d3 d2
elliot@ubuntu-linux:~$ cd d2
elliot@ubuntu-linux:~/d2$ ls
d3
elliot@ubuntu-linux:~/d2$
Notice that you don't need to use the recursive -r option to move a directory.
推薦閱讀
- 大學計算機基礎實驗教程
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- concrete5 Cookbook
- 大模型RAG實戰:RAG原理、應用與系統構建
- RSpec Essentials
- Machine Learning in Java
- Visual Basic語言程序設計基礎(第3版)
- Visual Basic程序設計實驗指導及考試指南
- Java EE實用教程
- ASP.NET Core and Angular 2
- 輕松學Scratch 3.0 少兒編程(全彩)
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構
- ASP.NET 4權威指南
- 零基礎入門Python數據分析與機器學習
- Practical XMPP