Skip to content

Commit df58029

Browse files
committed
Content supplement
1 parent 9f86f07 commit df58029

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:
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.
542542

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

0 commit comments

Comments
 (0)