Help for this page

Select Code to Download


  1. or download this
          copy fileT+file1 temp                   # MS-DOS command 1
          echo Y | copy temp file1                # MS-DOS command 2
          del temp                                # MS-DOS command 3
          cat fileT file1 >temp; mv temp file1    # Unix commands