Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sepbot
on June 26, 2016
|
parent
|
context
|
favorite
| on:
Mac CLI – OS X command line tools for developers
I agree. It did inspire me to write this however, which I desperately needed for a long time:
alias eject="hdiutil info | gawk '/^\/dev\/disk([0-9]*)\>/ { system(\"hdiutil detach \" \$1) }'"
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
alias eject="hdiutil info | gawk '/^\/dev\/disk([0-9]*)\>/ { system(\"hdiutil detach \" \$1) }'"