前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Linux命令之终端里的「幸运饼干」

Linux命令之终端里的「幸运饼干」

作者头像
肓己
发布2021-08-12 10:47:34
9290
发布2021-08-12 10:47:34
举报
文章被收录于专栏:linux commandslinux commands

前言

就如幸运饼干一般,这个小软件可以在输入fortune命令之后,你会得到一条人生箴言或者谚语

安装

代码语言:javascript
复制
[root@iZo7e61fz42ik0Z game]# yum -y install fortune-mod
[root@central-machine /root]#fortune
Nature abhors a virgin -- a frozen asset.
		-- Clare Booth Luce
[root@central-machine /root]#fortune
Yow!  Now I get to think about all the BAD THINGS I did to a BOWLING
BALL when I was in JUNIOR HIGH SCHOOL!
[root@central-machine /root]#fortune
Suddenly, Professor Liebowitz realizes he has come to the seminar
without his duck ...

由于都是英文的,不过我们可以使用一些中文穿插在其中:

代码语言:javascript
复制
[root@iZo7e61fz42ik0Z game]# git clone https://github.com/ruanyf/fortunes.git
[root@iZo7e61fz42ik0Z game]# mv fortunes/data/* /usr/share/games/fortune/
mv: overwrite ‘/usr/share/games/fortune/fortunes’? y
mv: overwrite ‘/usr/share/games/fortune/fortunes.dat’? y

效果 :

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2019-01-10 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 前言
  • 安装
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档