From 59c3491787483c40bd20af5a6cb4608dbdecce1a Mon Sep 17 00:00:00 2001 From: Dylan Rees Date: Tue, 29 Dec 2015 00:33:04 -0500 Subject: [PATCH] Update file.md --- pages/common/file.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/common/file.md b/pages/common/file.md index be33dfd15..4af468d2a 100644 --- a/pages/common/file.md +++ b/pages/common/file.md @@ -2,14 +2,13 @@ > Determine file type -- Give a description of the type of the specified file +- Give a description of the type of the specified file. Works fine for files with no file extension. -`file {{readme}}` -`file {{python3.so.1}}` +`file {{filename}}` - Look inside a zipped file and determine the file type(s) inside -`file -z foo.zip` +`file -z {{foo.zip}}` - Display a quick guide to various flags that can be used