Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-22 00:20:27 +00:00
parent 8d00ec1c41
commit 0cc7cfe867
23 changed files with 180 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git
`atool {{[-X|--extract-to]}} {{path/to/output_directory}} {{archive.rar}}`
- Display a specific file's content from an archive to standard output (like `cat`):
- Display a specific file's content from an archive to `stdout` (like `cat`):
`atool {{[-c|--cat]}} {{archive.tar}} {{path/to/file_in_archive.txt}}`