yllan

Nowhere differentiable curve

2 notes

Cleaning up MacPorts

neoesque:

剛剛檢查硬碟的空間大小才發現原來 MacPorts 升級的時候不會幫你移除舊的套件 實在啾甘心 (誤 有個小小 script 可以刪除舊的套件

port installed | grep -v "(active)" | while read i; do sudo port -f uninstall $i; done

I use 

sudo port uninstall inactive

  1. yllan reblogged this from neoesque
  2. neoesque posted this