Posts Tagged ‘Terminal’

Change Mac OS X Screenshot File Format, Location, And Other Tips

First, a little refresher on how to grab a screenshot in Mac OS X. Press: Command + Shift + 3 to grab a screenshot of the whole screen. Press: Command + Shift + 4 to grab a screenshot of a portion of the screen by dragging a crosshair marker (that displays screen coordinates), and drawing…
Read On…

Show Hidden Files In Mac OS X Finder With This Command

By default, hidden files are, well, hidden in Finder on Mac OS X, and there is no method to enable viewing hidden files within the Preferences menu for Finder. But, there is a Terminal command you can use to enable viewing hidden files in Finder. In Terminal, type this command: defaults write com.apple.finder AppleShowAllFiles -boolean true After…
Read On…