mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-12-26 22:21:05 +01:00
4 lines
82 B
Text
4 lines
82 B
Text
|
#!/bin/bash
|
||
|
|
||
|
echo -e "Size\tPath" && du -ah . 2>/dev/null | sort -rh | head -n 20
|