bangyongfeng

linux 有趣的命令

好玩的linux命令

1. 命令:sl (蒸汽机车)

#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

 

 

持续更新中……

 

分类:

技术点:

相关文章:

  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-08-09
猜你喜欢
  • 2019-12-26
  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-11-05
  • 2021-11-17
  • 2021-11-05
相关资源
相似解决方案