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`