文件名称:notable-cli-commands:著名Linux命令行命令
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-11 06:41:26
值得注意的CLI命令 著名Linux命令行命令 将Ascii Hex转换为二元猫$ @ | tr -d“ \ t \ r \ n” | sed's / // g'| sed's /../& \ n / g'| perl -e'while(<>){print chr((hex($ )));}';; #As .bashrc函数function tohex(){cat $ @ | tr -d“ \ t \ r \ n” | sed's / // g'| sed's /../& \ n / g'| perl -e'while(<>){print chr((hex($ )));}';; } #Usage:echo“ ABCD” | tohex | hexdump -C 00000000 ab cd | .. | 00000002 日期命令有用的帮助别名dateh ='date --help | s
【文件预览】:
notable-cli-commands-master
----README.md(7KB)