2019年10月22日

摘要: 1.查看命令是内部命令还是外部命令 type + 命令 type cd --cd is a shell builtin type du --du is hashed (/usr/bin/du) 1. help --内部命令 help cd 2.man--外部命令/配置文件 man du man -5 阅读全文
posted @ 2019-10-22 19:14 happygril3 阅读(121) 评论(0) 推荐(0)
摘要: 1.创建 touch test.txt 创建文件 mkdir test 创建目录 echo " " >>test.txt 创建文件 2. 查看 2.1. 查看全部 cat test.txt 2.2. 查看前几行 head -n 10 test.txt 2.3. 查看最后几行 tail -n 10 t 阅读全文
posted @ 2019-10-22 18:57 happygril3 阅读(102) 评论(0) 推荐(0)

导航