- Learn Linux Quickly
- Ahmed AlKabary
- 55字
- 2021-06-11 18:43:49
Moving multiple directories
You can also move multiple directories at once. To demonstrate, create a directory named big in Elliot's home directory:
elliot@ubuntu-linux:~$ mkdir big
Now you can move the three directories d1, d2, and cities to the big directory as follows:
elliot@ubuntu-linux:~$ mv d1 d2 cities big
elliot@ubuntu-linux:~$ ls big
cities d1 d2
elliot@ubuntu-linux:~$
推薦閱讀
- 大學計算機基礎(第三版)
- Python數據可視化:基于Bokeh的可視化繪圖
- Bootstrap Essentials
- GameMaker Programming By Example
- Learning Three.js:The JavaScript 3D Library for WebGL
- Mastering Data Mining with Python:Find patterns hidden in your data
- OpenGL Data Visualization Cookbook
- 區塊鏈技術進階與實戰(第2版)
- Elasticsearch Essentials
- 新印象:解構UI界面設計
- HTML5移動Web開發
- Python第三方庫開發應用實戰
- 軟件測試(慕課版)
- Magento 2 Developer's Guide
- Learning Apache Thrift