From 6cd9bbb8cb6f3eec492158d4315945d0eb874a48 Mon Sep 17 00:00:00 2001 From: Michal Date: Wed, 15 Apr 2020 18:15:47 +0200 Subject: [PATCH] create tldr.md initial --- pages.pl/common/tldr.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages.pl/common/tldr.md diff --git a/pages.pl/common/tldr.md b/pages.pl/common/tldr.md new file mode 100644 index 0000000000..43d8d4f820 --- /dev/null +++ b/pages.pl/common/tldr.md @@ -0,0 +1,17 @@ +# tldr + +> Command-line client for tldr pages. +> Displays simplified and community-driven man pages. +> More information: . + +- Get typical usages of a command (hint: this is how you got here!): + +`tldr {{command}}` + +- Show the tar tldr page for Linux: + +`tldr -p {{linux}} {{tar}}` + +- Get help for a git subcommand: + +`tldr {{git-checkout}}`