Catenator
Product Requirements: |
Mac OS X 10.2.1 or later |
Latest Version: |
1.2.0 |
Release Date: |
March 3, 2011 |
License: |
Freeware |
Download: |
catenator110.zip (38 kB) PPC (10.2.1+) catenator120.zip (108 kB) UB (10.5+) |
What's new:
- checks file types before catenating (to make sure it's not trying to catenate a folder).
- suggests an output name based on drag & dropped files.
- Catenator 1.2.0 is just a recompile of 1.1.0 to make it a Universal Binary.
Description:
Catenator is a simple drag & drop AppleScript that uses the unix 'cat' command to concatenate or join your files together.
Before the files are catenated they are sorted alphabetically by PATH (not just the name). Also keep in mind that alphabetical order may be slightly different than 'sort by name' order in the Finder. For example Apple sorts like this:
- file 2
- file 03
- file1
But ascending alphabetical order (due to spaces, and the zero) would be like so:
- file 03
- file 2
- file1
AppleScript source included.