From 5127d4e5c9f7c75856986ab481643d6a3ced932d Mon Sep 17 00:00:00 2001 From: Paulo Henrique Date: Mon, 3 Apr 2017 23:19:29 -0400 Subject: [PATCH] Update README.md (#10) Add file command. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index efeae4e..a3b784a 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Clears content on window. lpr lpq lprm + file @@ -225,6 +226,17 @@ Remove something from the printer queue. lprm jobnumber ``` +### r. `file` +Determine file type. +```bash +file filename +``` +Example: +```bash +$ file index.html + index.html: HTML document, ASCII text +``` + ## 1.2. Text Operations