1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:55:51 +02:00

file: add -k and -s

This commit is contained in:
James Wait 2016-01-08 20:15:59 +11:00
parent efa4cbd4de
commit 803ea7df4f

View file

@ -9,3 +9,11 @@
- Look inside a zipped file and determine the file type(s) inside
`file -z {{foo.zip}}`
- Allow file to work with special or device files.
`file -s {{filename}}`
- Don't stop at first file type match; keep going until the end of the file.
`file -k {{filename}}`