Help for this page

Select Code to Download


  1. or download this
    # on unix you can just use cat
    `cat file1 file2 > output.file`
    
    # on Win32 use type
    `type file1 file2 >output.file`