1
0
Fork 0
mirror of synced 2024-06-03 07:41:10 -04:00

fix utility documentation formatting

This commit is contained in:
Matt Hamilton 2015-12-16 17:51:11 -05:00
parent 74abfe00a8
commit d00cfeec71

View file

@ -8,16 +8,16 @@ Aliases
### General ### General
| alias | command | | alias | command |
| ----- | ------- | | ----- | ------- |
| `chmod` | `chmod --preserve-root -v` | | `chmod` | `chmod --preserve-root -v` |
| `chown` | `chown --preserve-root -v` | | `chown` | `chown --preserve-root -v` |
| `df` | `df -kh` | | `df` | `df -kh` |
| `du` | `du -kh` | | `du` | `du -kh` |
### ls ### ls
| alias | command | | alias | command |
| ----- | ------- | | ----- | ------- |
| `ls` | `ls --group-directories-first --color=auto` | | `ls` | `ls --group-directories-first --color=auto` |
| `l` | `ls -lAh` | | `l` | `ls -lAh` |