大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺
原文网址:Linux命令–hexdump(以16进制查看文件内容)_IT利刃出鞘的博客-CSDN博客
简介
本文介绍Linux的tac命令的用法。
hexdump用于以16进制查看文件内容
格式
hexdump [-bcCdovx] [-e fmt] [-f fmt_file] [-n length] [-s skip] [file …]
参数
-b 每个字节显示为8进制。一行共16个字节,一行开始以十六进制显示偏移值
-c 每个字节显示为ASCII字符
-C 每个字节显示为16进制和相应的ASCII字符
-d 两个字节显示为10进制
-e 格式化输出
-f Specify a file that contains one or more newline separated format strings. Empty lines and lines whose first non-blank
character is a hash mark (#) are ignored.
-n 只显示前n个长度的字符
-o 两个字节显示8进制数据
-s 从偏移量开始输出
-v The -v option causes hexdump to display all input data. Without the -v option, any number of groups of output lines,
which would be identical to the immediately preceding group of output lines
-x 双字节十六进制显示
示例
1.以ASCII字符显示文件中字符
hexdump -c test
2.以16进制和相应的ASCII字符显示文件里的字符
hexdump -C test
3.只显示文件中前n个字符
hexdump -C -n 5 test
4.以偏移量开始格式输出
hexdump -C -s 5 test
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/191053.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...