From 7649686c47442e6a6a9dfdd6c38524b6ac46d551 Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Mon, 23 Jun 2025 00:22:17 +0000 Subject: [PATCH] Update cheatsheets --- tldr/bzcat | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tldr/bzcat diff --git a/tldr/bzcat b/tldr/bzcat new file mode 100644 index 00000000..de9628cc --- /dev/null +++ b/tldr/bzcat @@ -0,0 +1,12 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# bzcat + +> This command is an alias of `bzip2 --decompress --stdout`. + +- View documentation for the original command: + +`tldr bzip2`