DEV Community

Dang Hoang Nhu Nguyen
Dang Hoang Nhu Nguyen

Posted on

[BTY] Day 11: Explain the shell command

I've just found an interesting website:

https://explainshell.com

It will explain each argument in your command in a really-easy-to-understand way!

Give the following command a try!

du --max-depth=1 -ah /home | sort -n -r | head -n 20
Enter fullscreen mode Exit fullscreen mode

Top comments (0)