mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
Fixed more and test docs
This commit is contained in:
parent
f8f82774c3
commit
ce28ae5c02
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# more
|
# more
|
||||||
|
|
||||||
```
|
```
|
||||||
more [OPTIONS] <FILE>...
|
more [OPTIONS] FILE...
|
||||||
```
|
```
|
||||||
|
|
||||||
Display the contents of a text file
|
Display the contents of a text file
|
||||||
|
|
|
@ -2,10 +2,11 @@
|
||||||
|
|
||||||
```
|
```
|
||||||
test EXPRESSION
|
test EXPRESSION
|
||||||
test
|
[
|
||||||
[ EXPRESSION ]
|
[ EXPRESSION ]
|
||||||
[ ]
|
[ ]
|
||||||
[ OPTION
|
[ OPTION
|
||||||
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
Check file types and compare values.
|
Check file types and compare values.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue