/ usr/bin/games中的倒置程序

Sid*_*Bob 6 linux

我在想象吗?我相信很多Linux发行版曾经在/ usr/bin/games中附带一个程序,它'伪造'颠倒了固定宽度的文本.例如,如果您输入

hello
Run Code Online (Sandbox Code Playgroud)

它会输出

o773y
Run Code Online (Sandbox Code Playgroud)

或类似的规定.

但是在我这些日子登录的盒子上,它不存在,我在谷歌上找不到它.有人能指点我的程序副本吗?:)

lua*_*ned 8

经过一番搜索,我找到了!

apt-get install filters

很酷的东西:D

13:37 me@luastoned:/usr/games > ./upside-down
hello
o77ay
Run Code Online (Sandbox Code Playgroud)

是的,这很有趣.

13:48 me@luastoned:/usr/games > ./eleet
Am I leet enough for this?
4m 1 l33t 3n0ugh f0r th15?
Run Code Online (Sandbox Code Playgroud)

编辑:找到主页:http: //kitenet.net/~joey/code/filters/

  • 优秀.现在我可以发短信给我在澳大利亚的伴侣了. (7认同)