Skip to content

Terminal

OS Photos woes…

… or exdif and sorting pictures!!

 

Ever since Apple “upgraded” Aperture to Photos I have had issues with my Photos library. I have over 250Gb of pictures and videos! Aperture managed it beautifully, but Photos seems to have issues (not to mention all the missing features!!!).

Read More »OS Photos woes…

Downgrading OSX

 

Upgrading HD… Downgrading OS

After upgrading my failing HD to a new SSD I had to upgrade to OS X El Capitan. For various reasons (none of which really mattered in the end) I thought I needed to downgrade to OS X Yosemite.

Read More »Downgrading OSX

Terminal: It’s a Wild Batch

The real power of the command line comes from the ability to work on your data in batch. We already saw the * character as the wildcard. It will match anything and everything. For example if we were to look for a file and only remembered the first letter of it we could write:

a*

This would match every file starting with “a”.
Read More »Terminal: It’s a Wild Batch

Terminal Intro

The Terminal application (Applications/Utilities/Terminal.app) on OSX is a powerful tool for users to gain greater control over their working environment. Since OSX is based on UNIX, most UNIX commands will work here. However, Apple also added custom commands that leverage the power of OSX for the command line (more about that in a later post).

While I was aware of the “Command Line” for quite some time, I have never had the need or time to delve into this daunting and sometimes scary environment. This changed when OSX (10.7 ?) started to hide the “Library” folder from us and I needed to access it. So I googled and found this:

chflags nohidden ~/Library/

Read More »Terminal Intro