1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 07:33:31 +02:00

xcowsay: add Chinese translation (#9196)

This commit is contained in:
Anthony Chen 2022-10-26 06:39:17 -04:00 committed by GitHub
parent cc51ca87ad
commit edd0818a30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
pages.zh/linux/xcowsay.md Normal file
View file

@ -0,0 +1,29 @@
# xcowsay
> 在您的 Linux 桌面上显示一头可爱的牛和指定的消息。
> 牛的显示时间是固定的或则是根据文本大小计算得出的。 点击牛即马上关闭。
> 更多信息: <https://www.doof.me.uk/xcowsay/>.
- 显示一头说 “hello, world” 的牛:
`xcowsay "{{hello, world}}"`
- 显示一头牛和消息,该消息是另一个命令的输出:
`ls | xcowsay`
- 显示一头有指定 X 和 Y 坐标的牛:
`xcowsay --at={{X}},{{Y}}`
- 显示一头不同大小的牛:
`xcowsay --cow-size={{small|med|large}}`
- 显示思想泡泡而不是说话泡泡:
`xcowsay --think`
- 用指定的照片来代替默认的牛:
`xcowsay --image={{路径/到/文件}}`