系统相关
首页 > 系统相关> > 20200606~linux 简单命令

20200606~linux 简单命令

作者:互联网

1.创建多层级目录    mkdir -p idoxu/istester/2020

2.进入当前用户主目录   cd ~

3.进入当前目录    cd .

4.创建新文件   touch   vi     echo 'hello' > filename    cp   

5.进入目录并且创建文件  cd etc/idoXu/ && touch isTester6666.ini

6.在目录下创建多个文件 101-400     touch istester{101,400}.ini

7.打tar 包 tar -cvf        tar -zvf

8.移动两个文件   mv a b -t /usr/test

标签:文件,tar,istester,20200606,创建,cd,命令,linux,touch
来源: https://www.cnblogs.com/fly-in-the-sky/p/13056167.html