From 13e9cfbafd2428da87a98d6f4968a429ae912be5 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Sat, 21 Jun 2025 19:37:25 -0700 Subject: [PATCH] bzcat: add page (#16894) --- pages/common/bzcat.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/common/bzcat.md diff --git a/pages/common/bzcat.md b/pages/common/bzcat.md new file mode 100644 index 0000000000..f0c00502a7 --- /dev/null +++ b/pages/common/bzcat.md @@ -0,0 +1,7 @@ +# bzcat + +> This command is an alias of `bzip2 --decompress --stdout`. + +- View documentation for the original command: + +`tldr bzip2`