Skip to content

Commit 5127d4e

Browse files
Paulo HenriqueAdnan Ahmed
authored andcommitted
Update README.md (#10)
Add file command.
1 parent b0dd45c commit 5127d4e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ Clears content on window.
8686
<td><a href="#o-lpr">lpr</a></td>
8787
<td><a href="#p-lpq">lpq</a></td>
8888
<td><a href="#q-lprm">lprm</a></td>
89+
<td><a href="#r-file">file</a></td>
8990
</tr>
9091
</table>
9192

@@ -225,6 +226,17 @@ Remove something from the printer queue.
225226
lprm jobnumber
226227
```
227228

229+
### r. `file`
230+
Determine file type.
231+
```bash
232+
file filename
233+
```
234+
Example:
235+
```bash
236+
$ file index.html
237+
index.html: HTML document, ASCII text
238+
```
239+
228240
## 1.2. Text Operations
229241

230242
<table>

0 commit comments

Comments
 (0)