There was an error while loading. Please reload this page.
1 parent b0dd45c commit 5127d4eCopy full SHA for 5127d4e
README.md
@@ -86,6 +86,7 @@ Clears content on window.
86
<td><a href="#o-lpr">lpr</a></td>
87
<td><a href="#p-lpq">lpq</a></td>
88
<td><a href="#q-lprm">lprm</a></td>
89
+ <td><a href="#r-file">file</a></td>
90
</tr>
91
</table>
92
@@ -225,6 +226,17 @@ Remove something from the printer queue.
225
226
lprm jobnumber
227
```
228
229
+### r. `file`
230
+Determine file type.
231
+```bash
232
+file filename
233
+```
234
+Example:
235
236
+$ file index.html
237
+ index.html: HTML document, ASCII text
238
239
+
240
## 1.2. Text Operations
241
242
<table>
0 commit comments