hexdump -C -s 2 -n 5 example.txt
-s 表示起始位置 -n 表示显示后续的字节数。即跳过前2个字节,显示后续5个字节的内容。
grep命令是linux下的行过滤工具,其参数繁多,下面就一一介绍个个参数的作用,希望对大家有所帮助。
grep -- print lines matching a pattern (将符合样式的该行列出)
◎语法: grep [options]
PATTERN [FILE...]
grep用以在file内文中比对相对应的部分,或是当没有指定档案时,
由标准输入中去比对。 在预设的
root@OpenWrt:/# cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00010000 “u-boot”
mtd1: 00010000 00010000 “u-boot-env”
mtd2: 00630000 00010000 “rootfs”
mtd3: 00400000 00010000 “rootfs_data”
mtd4: 00160