Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-03 00:18:24 +00:00
parent e88941b007
commit 46b75bdb29
9 changed files with 157 additions and 31 deletions

View File

@@ -8,13 +8,13 @@ source: https://github.com/tldr-pages/tldr.git
> Determine file type.
> More information: <https://manned.org/file>.
- Give a description of the type of the specified file. Works fine for files with no file extension:
- Give a description of the type of the specified file:
`file {{path/to/file}}`
- Look inside a zipped file and determine the file type(s) inside:
`file {{[-z|--uncompress]}} {{foo.zip}}`
`file {{[-z|--uncompress]}} {{path/to/file.zip}}`
- Allow file to work with special or device files: