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