linux之创建文件命令

  1. touch test.txt

  2. cp test.txt test1.txt

  3. echo ‘asdfghjkl’ > test.txt

  4. vim test.txt

  5. 创建2个文件touch test.txt test1.txt

  6. 创建多个文件touch test{001…002}.txt

猜你喜欢

转载自blog.csdn.net/weixin_43579528/article/details/86614460