代码改变世界

Linux 常用命令

2023-01-10 14:53  john_zhu_t  阅读(7)  评论(0编辑  收藏  举报
  1. lsb_release
    print distribution-specific information

  2. base64 encode/decode
    decode from stardinput
    $base -d -

  3. hexdump
    Display file contents in hexadecimal, decimal, octal, or ascii
    Usage:
    hexdump [options] ...
    base64 -d - |hexdump -v -e '/1 "%02x"'