Posts Tagged ‘sed’
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…” […]
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))) […]
Categories: Uncategorized