sumitasok
1/9/2014 - 7:24 AM

Shell Commands I Used

Shell Commands I Used

# hide/show hidden files in OS X Finder
defaults write com.apple.finder AppleShowAllFiles -boolean false
killall Finder

# copy date time to clip board / paste bin
alias dtcp="date | pbcopy"