mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 17:59:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Compress the initramfs using the specified compression algorithm (default: gzip):
|
||||
|
||||
`mkinitfs -c {{gzip|xz|zstd|lz4|none}}`
|
||||
`mkinitfs -C {{gzip|xz|zstd|lz4|none}}`
|
||||
|
||||
- List files that will be included in the initramfs image:
|
||||
|
||||
|
||||
@@ -13,6 +13,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`patool extract {{path/to/archive}}`
|
||||
|
||||
- Create an archive:
|
||||
|
||||
`patool create {{/path/to/archive}} {{/path/to/file1}} {{/path/to/file2}} {{/path/to/dir1/}} {{/path/to/dir2/}}`
|
||||
|
||||
- List contents of an archive:
|
||||
|
||||
`patool list {{path/to/archive}}`
|
||||
|
||||
Reference in New Issue
Block a user