炫酷有趣的Linux命令

mtain 2016年07月04日 553次浏览

#炫酷有趣的Linux命令

pv 命令输出

功能:将文字一个个匀速的输出。

安装命令:

# yum install pv    [On RedHat based Systems]
# sudo apt-get install pv   [On Debian based Systems]

运行命令:

$ echo "Tecmint[dot]com is a community of Linux Nerds and Geeks" | pv -qL 10

toilet命令

功能:toilet命令能够将输出的文本添加边框。

安装命令:

通过yum或者apt-get安装。

运行命令:

$ while true; do echo “$(date | toilet -f term -F border –Tecmint)”; sleep 1; done

rig命令

功能:rig能够随机产生一条人名、地名等记录。

安装命令:

通过yum或者apt-get安装。

运行命令:

#rig

aview命令

功能:将图片转化为ASCII码显示。

安装命令:

通过yum或者apt-get安装。

运行命令:

$ asciiview elephant.jpg -driver curses

screenfetch命令

功能:显示Linux标志和系统相关信息。

安装命令:

通过yum或者apt-get安装或者git。

运行命令:

$ screenfetch

cmatrix命令

功能:数字雨。

安装命令:

通过apt-get安装或者编译安装。

运行命令:

$ cmatrix
$ cmatrix -C red