// 展示所有的installed
	brew list
	
	// 展示所有的依赖关系
	brew deps --tree --installed
	
	// 自动删除无用的installed
	brew autoremove
	

shortcut shell

标签

编程 Shell 工具 Mac 技术