- 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.
推薦閱讀
- Practical UX Design
- Photoshop智能手機APP UI設計之道
- arc42 by Example
- 匯編語言程序設計(第2版)
- GitLab Repository Management
- 前端架構:從入門到微前端
- PySide GUI Application Development(Second Edition)
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Julia高性能科學計算(第2版)
- Unity 3D腳本編程:使用C#語言開發跨平臺游戲
- Java并發編程之美
- Python開發基礎
- Training Systems Using Python Statistical Modeling
- Delphi開發典型模塊大全(修訂版)
- MySQL 8從零開始學(視頻教學版)