Linux 常用命令
2023-01-10 14:53 john_zhu_t 阅读(7) 评论(0) 编辑 收藏 举报-
lsb_release
print distribution-specific information -
base64 encode/decode
decode from stardinput
$base -d - -
hexdump
Display file contents in hexadecimal, decimal, octal, or ascii
Usage:
hexdump [options]...
base64 -d - |hexdump -v -e '/1 "%02x"'