And also get disc usage in super easy way
Steps:
1 go to google colab https://colab.research.google.com/
2 create and run python script
from google.colab import drive
drive.mount(‘/content/drive’)
3 open terminal and run
sudo apt install gdu
4 run gdu . in terminal
then empty the bin in google drive








