Update README.md (#10)

Add file command.
This commit is contained in:
Paulo Henrique 2017-04-03 23:19:29 -04:00 committed by Adnan Ahmed
parent b0dd45c5e2
commit 5127d4e5c9
1 changed files with 12 additions and 0 deletions

View File

@ -86,6 +86,7 @@ Clears content on window.
<td><a href="#o-lpr">lpr</a></td>
<td><a href="#p-lpq">lpq</a></td>
<td><a href="#q-lprm">lprm</a></td>
<td><a href="#r-file">file</a></td>
</tr>
</table>
@ -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
<table>