Tag: bash
-
Shell explain
Nice an intuitive tool to explain shell command – https://explainshell.com/
-
Detect more space used path with terminal in the Linux
If You need get more free disk space Linux – use du Get most 10 biggest directories by filesize du -a /home/username/path/ | sort -n -r | head -n 10