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