玩Linux其樂無窮!哈哈。不相信。記住我的話,在文章結(jié)尾時你就會相信Linux確實好玩了。
1. 命令:sl (蒸汽機車)
你可能了解 ‘ls’ 命令,并經(jīng)常使用它來查看文件夾的內(nèi)容。但是,有些時候你可能會拼寫成 ‘sl’ ,這時我們應該如何獲得一些樂趣而不是看見“command not found”呢?
安裝 sl
- root@tecmint:~# apt-get install sl (In Debian like OS)
- root@tecmint:~# yum -y install sl (In Red Hat like OS)
輸出
- root@tecmint:~# sl
當你敲入的是‘LS‘而不是’ls‘時,這個命令也會運行。
2. 命令:telnet
非也!非也?。∵@可不像它平常那樣復雜。你可能很熟悉telnet。Telnet 是一個文本化的雙向網(wǎng)絡(luò)協(xié)議。這里不需要安裝什么東西。你需要的就是一個Linux系統(tǒng)和一個連通的網(wǎng)絡(luò)。
- root@tecmint:~# telnet towel.blinkenlights.nl
3. 命令:fortune
試試你未知的運氣,終端里有時也有好玩的。
安裝 fortune
- 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(翻轉(zhuǎn))
它會把傳遞給它的的每個字符串都反過來,是不是很好玩。
- root@tecmint:~# rev
- 123abc
- cba321
- xuniL eb ot nrob
- born to be Linux
5. 命令:factor
該談點兒關(guān)于Mathematics的了,這個命令輸出給定數(shù)字的所有因子。
- root@tecmint:~# factor
- 5
- 5: 5
- 12
- 12: 2 2 3
- 1001
- 1001: 7 11 13
- 5442134
- 5442134: 2 2721067
第 1 頁:Linux命令:sl (蒸汽機車) | 第 2 頁:Linux命令:script |
第 3 頁:Linux命令:oneko | 第 4 頁:Linux命令:bb |
聯(lián)系客服