root@tecmint:~# apt-get install fortune (for aptitude based system) root@tecmint:~# yum install fortune (for yum based system)
root@tecmint:~# fortune
You're not my type. For that matter, you're not even my species!!! Future looks spotty. You will spill soup in late evening. You worry too much about your job. Stop it. You are not paid enough to worry. Your love life will be... interesting.
4. 命令:rev(翻转)
它会把传递给它的的每个字符串都反过来,是不是很好玩。
1 2 3 4 5 6 7 8
root@tecmint:~# rev
123abc cba321
xuniL eb ot nrob born to be Linux
5. 命令:factor
该谈点儿关于Mathematics的了,这个命令输出给定数字的所有因子。
1 2 3 4 5 6 7 8 9 10 11 12 13 14
root@tecmint:~# factor
5 5: 5
12 12: 223
1001 1001: 71113
5442134 5442134: 22721067
6.命令:script
好的,这不是什么命令,而是一个脚本,一个很有趣的脚本。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
root@tecmint:~# for i in {1..12}; do for j in $(seq 1 $i); do echo -ne $i x $j=$((i*j))\\t;done; echo;done
1 x 1=1 2 x 1=22 x 2=4 3 x 1=33 x 2=63 x 3=9 4 x 1=44 x 2=84 x 3=124 x 4=16 5 x 1=55 x 2=105 x 3=155 x 4=205 x 5=25 6 x 1=66 x 2=126 x 3=186 x 4=246 x 5=306 x 6=36 7 x 1=77 x 2=147 x 3=217 x 4=287 x 5=357 x 6=427 x 7=49 8 x 1=88 x 2=168 x 3=248 x 4=328 x 5=408 x 6=488 x 7=568 x 8=64 9 x 1=99 x 2=189 x 3=279 x 4=369 x 5=459 x 6=549 x 7=639 x 8=729 x 9=81 10 x 1=1010 x 2=2010 x 3=3010 x 4=4010 x 5=5010 x 6=6010 x 7=7010 x 8=8010 x 9=9010 x 10=100 11 x 1=1111 x 2=2211 x 3=3311 x 4=4411 x 5=5511 x 6=6611 x 7=7711 x 8=8811 x 9=9911 x 10=11011 x 11=121 12 x 1=1212 x 2=2412 x 3=3612 x 4=4812 x 5=6012 x 6=7212 x 7=8412 x 8=9612 x 9=10812 x 10=12012 x 11=13212 x 12=144
7.命令:Cowsay
一个在终端用ASCII码组成的小牛,这个小牛会说出你想要它说的话。
安装Cowsay
1 2 3
root@tecmint:~# apt-get install cowsay (for Debian based OS) root@tecmint:~# yum install cowsay (for Red Hat based OS)
输出
1 2 3 4 5 6 7 8 9 10 11
root@tecmint:~# cowsay I Love nix
____________ < I Love nix > ------------ \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
如果用管道将‘fortune command’命令重定向到cowsay会怎样呢?
root@tecmint:~# fortune | cowsay
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
_________________________________________ / Q: How many Oregonians does it take to \ | screw in a light bulb? A: Three. One to | | screw in the light bulb and two to fend | | off all those | || | Californians trying to share the | \ experience. / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | ||||
如果在你的朋友面前用命令行来改变你的 twitter status 会不会很酷呢。用你的用户名密码和你想要的状态分别替换username, password 和“your status message“就可以了。
1 2
root@tecmint:~# url -u YourUsername:YourPassword -d status="Your status message"http://twitter.com/statuses/update.xml
18. ASCIIquarium
想要在终端弄一个水族馆该,怎么办?
1 2 3 4 5 6 7 8
root@tecmint:~# apt-get install libcurses-perl root@tecmint:~# cd /tmp root@tecmint:~# wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz root@tecmint:~# tar -zxvf Term-Animation-2.4.tar.gz root@tecmint:~# cd Term-Animation-2.4/ root@tecmint:~# perl Makefile.PL && make && make test root@tecmint:~# make install
安装 ASCIIquarium
下载并安装ASCIIquarium。
1 2 3 4 5 6 7
root@tecmint:~# cd /tmp root@tecmint:~# wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz root@tecmint:~# tar -zxvf asciiquarium.tar.gz root@tecmint:~# cd asciiquarium_1.1/ root@tecmint:~# cp asciiquarium /usr/local/bin root@tecmint:~# chmod 0755 /usr/local/bin/asciiquarium
root@tecmint:~# world bash:world:not found root@tecmint:~# touch girls\ boo** touch: cannot touch `girls boo**`: Permission denied root@tecmint:~# nice man woman No manual entry for woman root@tecmint:~# ^How did the sex change operation go?^ bash::s^How did the sex change operation go?^ : substitution failed root@tecmint:~# %blow bash:fg: %blow: no such job root@tecmint:~# make love make: *** No rule to make target `love`. Stop. $ [ whereis my brain? sh:2: [: missing ] % man: why did you get a divorce? man:: Too many arguments. % !:say, what is saccharine? Bad substitute. server@localhost:/srv$ \(- bash: (-: command not found