51

Linux中 的cat more less xxd 区别

 6 years ago
source link: https://www.linuxprobe.com/linux-cat-more.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
cat

cat命令功能用于显示整个文件的内容单独使用没有翻页功能因此经常和more命令搭配使用,cat命令还有就是将数个文件合并成一个文件的功能。

more

more命令功能:让画面在显示满一页时暂停,此时可按空格健继续显示下一个画面,或按Q键停止显示。

less

less命令功能:less命令的用法与more命令类似,也可以用来浏览超过一页的文件。所不同的是less命令除了可以按空格键向下显示文件外,还可以利用上下键来卷动文件。当要结束浏览时,只要在less命令的提示符":"下按Q键即可。
xxd命令 当我们需要把二进制转成c语言中使用的16进制字符数组时,命令xxd是很有用的。


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK