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
| alias | command |
| ----- | ------- |
| `chmod` | `chmod --preserve-root -v` |
| `chown` | `chown --preserve-root -v` |
| `df` | `df -kh` |
| `du` | `du -kh` |
| alias | command |
| ----- | ------- |
| `chmod` | `chmod --preserve-root -v` |
| `chown` | `chown --preserve-root -v` |
| `df` | `df -kh` |
| `du` | `du -kh` |
### ls
| alias | command |
| ----- | ------- |
| `ls` | `ls --group-directories-first --color=auto` |
| `l` | `ls -lAh` |
| alias | command |
| ----- | ------- |
| `ls` | `ls --group-directories-first --color=auto` |
| `l` | `ls -lAh` |