标签:2.3 linux inux 文件命令 less 查看文件内容 2.4 查看 内容
2、查看文件命令:
2.1、查看文件内容命令:cat
语法:cat xxxxx
2.2、查看文件内容命令_查看前几行内容:head
语法:head -n xxxxx
2.3、查看文件内容命令__查看后几行内容:tail
语法:tail -n xxxxx
2.4、查看文件内容命令__文件内容较少:less
语法:less xxxxx
2.5、查看文件内容命令__文件内容较多:more
语法:more xxxxx
标签:2.3 linux inux 文件命令 less 查看文件内容 2.4 查看 内容
原文地址:https://www.cnblogs.com/jianqiang-1/p/9848717.html