From cc918ee3d1a92b2a51745167170c62ce03920943 Mon Sep 17 00:00:00 2001 From: lem0nbytes <158801334+lem0nmel0n@users.noreply.github.com> Date: Thu, 5 Feb 2026 16:39:12 +1100 Subject: [PATCH] fortune: add cowsay example (#20995) --- pages/common/fortune.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/fortune.md b/pages/common/fortune.md index bb97e3f005..643f384504 100644 --- a/pages/common/fortune.md +++ b/pages/common/fortune.md @@ -26,3 +26,7 @@ - Print a quotation from one of the database files listed by `fortune -f`: `fortune {{path/to/file}}` + +- Pipe a fortune through another command (like `cowsay` or `lolcat`): + +`fortune | cowsay | lolcat`