split -b100k Test.JPG
cat xaa > test1.jpg
cat xab >> test1.jpg
cat xac >> test1.jpg
cat xad >> test1.jpg
...
split -b100k Test.JPG split_Test_
ls -1 split_test_* | xargs -I fname cat fname >> test2.jpg
Wadget said:When you say "cd to the correct folder"
How do you cd it to a specific folder?
reh said:A search for "split file" turned up several apps on versiontracker. Here's a few that might be decent.
http://www.versiontracker.com/dyn/moreinfo/macosx/18628
http://www.versiontracker.com/dyn/moreinfo/macosx/13531
http://www.versiontracker.com/dyn/moreinfo/macosx/17123
Oh, oops! Sorry 'bout that.Wadget said:Thanks for your help but those are all for OS X.
I'm looking for OS 9 here.