linux 有趣的命令
好玩的linux命令
1. 命令:sl (蒸汽机车)
SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。#yum -y install sl
#sl
2、vimdiff
此命令用于在linux命令行中做文件对比,可以同时多个文件对比。
三个文件:
-rw-r--r-- 1 a-temp a-temp 54 Jun 27 10:50 test1.txt
-rw-r--r-- 1 a-temp a-temp 59 Jun 27 10:52 test2.txt
-rw-r--r-- 1 a-temp a-temp 40 Jun 27 10:50 test.txt
#vimdiff test.txt test1.txt test2.txt
持续更新中……

更多精彩