Skip to content

Instantly share code, notes, and snippets.

View SomnathYadu's full-sized avatar
🏠
Working from home

Somnath Yadu SomnathYadu

🏠
Working from home
View GitHub Profile
@Danilo-Araujo-Silva
Danilo-Araujo-Silva / tree.sh
Last active February 16, 2024 15:20
tree command, only folders, human readable format, easy way to find large folders
# Command:
sudo tree --du -ahF /path/to/folder | grep "\(files\|/\)$"
# Example from a fresh google colab opt folder:
# Command: !sudo tree --du -ahF /opt | grep "\(files\|/\)$"
# Output: