mirror of
https://github.com/Idnan/bash-guide.git
synced 2018-11-09 02:29:39 +01:00
parent
b0dd45c5e2
commit
5127d4e5c9
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue