From edd0818a30342423252e01cee654f887ffe1da4e Mon Sep 17 00:00:00 2001 From: Anthony Chen <31290848+slightlyskepticalpotat@users.noreply.github.com> Date: Wed, 26 Oct 2022 06:39:17 -0400 Subject: [PATCH] xcowsay: add Chinese translation (#9196) --- pages.zh/linux/xcowsay.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pages.zh/linux/xcowsay.md diff --git a/pages.zh/linux/xcowsay.md b/pages.zh/linux/xcowsay.md new file mode 100644 index 000000000..88e06ed34 --- /dev/null +++ b/pages.zh/linux/xcowsay.md @@ -0,0 +1,29 @@ +# xcowsay + +> 在您的 Linux 桌面上显示一头可爱的牛和指定的消息。 +> 牛的显示时间是固定的或则是根据文本大小计算得出的。 点击牛即马上关闭。 +> 更多信息: . + +- 显示一头说 “hello, world” 的牛: + +`xcowsay "{{hello, world}}"` + +- 显示一头牛和消息,该消息是另一个命令的输出: + +`ls | xcowsay` + +- 显示一头有指定 X 和 Y 坐标的牛: + +`xcowsay --at={{X}},{{Y}}` + +- 显示一头不同大小的牛: + +`xcowsay --cow-size={{small|med|large}}` + +- 显示思想泡泡而不是说话泡泡: + +`xcowsay --think` + +- 用指定的照片来代替默认的牛: + +`xcowsay --image={{路径/到/文件}}`