osx 实用命令行

用命令列出从App Store中下载的所有应用:

find /Applications -path '*Contents/_MASReceipt/receipt' -maxdepth 4 -print |sed 's#.app/Contents/_MASReceipt/receipt#.app#g; s#/Applications/##'

查看占用的端口

lsof -i:端口号  

删进程

kill 进程号

上锁或解锁,组合键Option+苹果键+i

command + shift + 加减号

很多指令:
http://blog.topspeedsnail.com/archives/84#more-84

你可能感兴趣的:(osx 实用命令行)