Commands - shivamvats/notes GitHub Wiki

  • List largest n folders in the system: du -sh /home/* | sort -rh | head -n 10
  • List sleep and wake events on macbook: pmset -g log|grep -e " Sleep " -e " Wake "
  • Disable internet connection in mac to save battery: command