- 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:~$
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- AngularJS Web Application Development Blueprints
- Visual Basic程序設(shè)計教程
- Visual C
- Windows Forensics Cookbook
- TypeScript項目開發(fā)實戰(zhàn)
- Learning Apache Mahout Classification
- Mastering Apache Spark 2.x(Second Edition)
- Getting Started with RethinkDB
- 鋁合金陽極氧化與表面處理技術(shù)(第三版)
- 人件集:人性化的軟件開發(fā)
- C語言開發(fā)寶典
- Python Geospatial Analysis Cookbook
- Augmented Reality for Developers
- Mockito for Spring