Seamlessly join files with names matching a regular expression.
filejoin.pl can be used to make create one file consisting of many other files that are joined. This can be useful for joining multiple parts of an MPEG movie etc.
filejoin.pl requires a Perl interpreter.
./filejoin.pl regex newfile
regex is the regular expression that selects the files to join and can be any regular expression Perl can handle, without the delimeter signs (usually /).
newfile is the name of the created file.
filejoin.pl is released under the GNU General Public License.
filejoin.pl is (c) 2003 Robert Weiler.
There is only a single version of this script available: filejoin.pl.
Of course you may have your own look at the release directory.
a digiGeek.net project