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`