1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 02:17:56 +01:00

Merge pull request #442 from dylanrees/master

Added file.md to common
This commit is contained in:
Waldir Pimenta 2015-12-29 23:38:14 +00:00
commit dcfba64c01

11
pages/common/file.md Normal file
View file

@ -0,0 +1,11 @@
# file
> Determine file type
- Give a description of the type of the specified file. Works fine for files with no file extension.
`file {{filename}}`
- Look inside a zipped file and determine the file type(s) inside
`file -z {{foo.zip}}`