Posts Tagged ‘shell’

I knew when I created the original script, there would be times when I needed to see the raw output (rather than just the count). This turned out to be every time the count turned out to be a number I didn’t expect. So I updated the script to v1.1 and added a “Show Details…” […]

Sunday, October 17th, 2010 at 23:33 | 0 comments
Categories: Uncategorized

When downloading TV episodes and the subtitle files that go with them, it is useful to know if all of the filenames match (with the exception of the extension, of course). This script does just that: tell application “Finder” set cmd to “ls ” & (quoted form of (POSIX path of (insertion location as string))) […]

Monday, October 11th, 2010 at 18:57 | 0 comments
Categories: Uncategorized
TOP