joining several data files together (aka UNIX cat in AS)
joining several data files together (aka UNIX cat in AS)
- Subject: joining several data files together (aka UNIX cat in AS)
- From: Richard Covert <email@hidden>
- Date: Sun, 2 May 2004 03:04:07 -0500
Does anyone know of an Applescript equivalent to the UNIX cat command?
I want to join several MP3 into one larger file. I curently do a "do
shell script" coomand which
calls a bash shell script file cat the files together.
is there a Finder equivalent to the cat command??
opening the data file for reading, then writing it to the new data
file, and then looping thru the rest of the data files would work, but
it would be slower then just calling the UNIX shell script which uses
cat.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.