From 123e75a1a513a3dbfa09c65ce46efb4b6360e6aa Mon Sep 17 00:00:00 2001 From: Kristopher Date: Mon, 23 Jun 2025 12:49:46 -0700 Subject: [PATCH] bunzip2: add page (#16896) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/bunzip2.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/common/bunzip2.md diff --git a/pages/common/bunzip2.md b/pages/common/bunzip2.md new file mode 100644 index 0000000000..aeee683ae3 --- /dev/null +++ b/pages/common/bunzip2.md @@ -0,0 +1,7 @@ +# bunzip2 + +> This command is an alias of `bzip2 --decompress`. + +- View documentation for the original command: + +`tldr bzip2`