Skip to content

Commit e2ace99

Browse files
authored
Minor wording changes
Just eliminates doubling of "use, uses" for better clarity.
1 parent df58029 commit e2ace99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/books/admin_guide/03-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ total 1332
538538
-rw-r--r--. 1 root root 283 18 may. 17:05 mtab
539539
```
540540

541-
* List `/var` files larger than 1 megabyte but less than 1 gigabyte, the example here uses the advanced use of the `grep` command - regular expressions. Novices don't have to struggle too much, there will be a special tutorial to introduce these regular expressions in the future.
541+
* List `/var` files larger than 1 megabyte but less than 1 gigabyte. The example here uses advanced `grep` commands with regular expressions. Novices don't have to struggle too much, there will be a special tutorial to introduce these regular expressions in the future.
542542

543543
```bash
544544
$ ls -lhR /var/ | grep ^\- | grep -E "[1-9]*\.[0-9]*M"

0 commit comments

Comments
 (0)