Linux Shell 命令實例收集

Linux Shell 命令實例收集 一、rev —— 將字符串或者文件的內容逆序輸出: $ echo hello,world|rev dlrow,olleh 二、tac —— 將文件的內容倒置輸出: $ cat a.txt Hello Google Command $ tac a.txt Command Google Hello 三、seq —— 輸出等差數列: $ seq 1 3 22 1 4
相關文章
相關標籤/搜索