Kim Scarborough
>
things I do
>
computer nerd stuff
>
tips & cheatsheets
> Darwin
Eject a CD:
sudo hdiutil eject /dev/disk1s0
Set hidden attribute:
/Developer/Tools/SetFile -a V /path/to/file
Copy from command line to clipboard:
somecommand | pbcopy