Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-21 00:23:22 +00:00
parent 1ec3810968
commit b8203a5041
39 changed files with 133 additions and 46 deletions

View File

@@ -31,4 +31,4 @@ source: https://github.com/tldr-pages/tldr.git
- Duplicate a quota to other users:
`sudo edquota {{[-p|--prototype]}} {{reference_user}} {{destination_user1}} {{destination_user2}}`
`sudo edquota {{[-p|--prototype]}} {{reference_user}} {{destination_user1 destination_user2 ...}}`

View File

@@ -11,7 +11,7 @@ source: https://github.com/tldr-pages/tldr.git
- Install one or more packages from files:
`sudo pacman -U {{path/to/package1.pkg.tar.zst}} {{path/to/package2.pkg.tar.zst}}`
`sudo pacman -U {{path/to/package1.pkg.tar.zst path/to/package2.pkg.tar.zst ...}}`
- Install a package without prompting:

View File

@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create an archive:
`patool create {{/path/to/archive}} {{/path/to/file1}} {{/path/to/file2}} {{/path/to/dir1/}} {{/path/to/dir2/}}`
`patool create {{path/to/archive}} {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- List contents of an archive:

View File

@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
- Unmount one or more devices:
`systemd-mount {{[-u|--umount]}} {{path/to/mount_point_or_device1}} {{path/to/mount_point_or_device2}}`
`systemd-mount {{[-u|--umount]}} {{path/to/mount_point_or_device1 path/to/mount_point_or_device2 ...}}`
- Mount a file system (image or block device) with a specific file system type: