Skip to content

Commit

Permalink
update unix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Jan 25, 2019
1 parent 36a7fc3 commit 2194969
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/reference/commands/unix-and-linux-commands.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Unix and Linux Commands

*Last Update: 12/31/2018.*
*Last Update: 1/25/2019.*

This is a detailed collection of general *nix commands.

Expand Down Expand Up @@ -308,12 +308,17 @@ For cursor movement, [here](https://clementc.github.io/blog/2018/01/25/moving_cl
* -h human-reading friendly
* -s sum
* -a all files not just directories
* -dN max-depth=N
```bash
du
du -sh
du -s *
du -hs .[^.]*
du -sch .[!.]* * | sort -h
du -hd1 | sort -h
du -ahd1 | sort -h
```
4. Copy
Expand Down

0 comments on commit 2194969

Please sign in to comment.