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