Scale-of-evaluation / daily-question

This repo is used to help you better understand the world,Enjoy!
MIT License
4 stars 2 forks source link

【08.28】查看文件内容有哪些命令可以使用? #229

Open changjl317 opened 3 years ago

changjl317 commented 3 years ago

请在下面作答

BlacAmDK commented 3 years ago

cat more less vi emacs🤣

Derek-94tm commented 3 years ago

cat:从第一行开始显示文本内容(适用于内容较少的) tac:从最后一行开始显示,是 cat 的逆顺序 more:一页一页的显示文本内容(适用于内容较多的) less:与 more 类似,但是比 more 更好的是,它可以往前翻页! head:只看文本的前面几行 tail:只看文本的后面几行 nl:显示文本内容与行号