Horje
find bigger file on linux centos Code Example
find bigger file on linux centos
du -a -h /path | sort -h -r | head -n 10

OR

du -hs * | sort -rh | head -5




Shell

Related
iptables remove docker rules Code Example iptables remove docker rules Code Example
git readme show image Code Example git readme show image Code Example
shell script red color Code Example shell script red color Code Example
big sur ERROR:  Error installing ffi:         ERROR: Failed to build gem native extension. Code Example big sur ERROR: Error installing ffi: ERROR: Failed to build gem native extension. Code Example
git push all tags Code Example git push all tags Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8