The UNIX and Linux Forums
>
OS Specific Forums
>
OS X (Apple)
Command line tool to join multiple .wmv files?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Command line tool to join multiple .wmv files?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-22-2007
DukeNuke2
Soulman
Join Date: Jul 2006
Location: Germany, Berlin
Posts: 1,208
try "cat"...
Code:
cat file1 file2 fileN > newfile
DukeNuke2
View Public Profile
Visit DukeNuke2's homepage!
Find all posts by DukeNuke2