|
@@ -43,8 +43,11 @@ $ man tar
|
|
|
There seems to be room for simpler help pages, focused on practical examples.
|
|
|
How about:
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+<picture>
|
|
|
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/tldr-pages/tldr/blob/main/images/tldr-dark.png">
|
|
|
+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/tldr-pages/tldr/blob/main/images/tldr-light.png">
|
|
|
+ <img alt="Screenshot of the tldr client displaying the tar command." src="https://github.com/tldr-pages/tldr/blob/main/images/tldr-dark.png">
|
|
|
+</picture>
|
|
|
|
|
|
This repository is just that: an ever-growing collection of examples
|
|
|
for the most common UNIX, Linux, macOS, SunOS, Android and Windows command-line tools.
|