Combine .ts files

thomas fisher studio1 at commspeed.net
Tue Jan 1 15:41:05 UTC 2008


On Tuesday 01 January 2008 06:45:03 Padraig wrote:
> I'm just wondering how one combines these files into one larger file.  The
> command line would be preferable.

The "  >> " at the command level will normally append to an output file.
example:
:~$ cat  >> /home/tom/test
This is the first line

[1]+  Stopped                 cat >> /home/tom/test
:~$ cat  >> /home/tom/test
This the second line.

[2]+  Stopped                 cat >> /home/tom/test
:~$ cat   /home/tom/test
This is the first line
This the second line.

Tom






More information about the ubuntu-users mailing list