Sep 27, 2000 #1 AlisonEmmett Technical User Joined Sep 8, 2000 Messages 15 Location GB If I want to merge two files in Unix, I can type cat file1 file2 > file3 How can I do this in NT ?? [sig][/sig]
If I want to merge two files in Unix, I can type cat file1 file2 > file3 How can I do this in NT ?? [sig][/sig]
Sep 27, 2000 1 #2 Claudius IS-IT--Management Joined Sep 21, 2000 Messages 17 Location US Open a DOS shell, type in : copy file1+file2 file3 That's it. [sig][/sig] Upvote 0 Downvote
Sep 28, 2000 1 #3 2ffat Programmer Joined Oct 23, 1998 Messages 4,811 Location US [tab]You could also use the command type which is NT's (& DOS's ) close relative to Unix's cat. type file1 file2 > file3 [sig]<p>James P. Cottingham<br><a href=mailto: > </a><br><a href=http://www.ivcusa.com>International Veneer Co., Inc.</a><br>All opinions are mine alone and do not necessarily reflect those of my employer.[/sig] Upvote 0 Downvote
[tab]You could also use the command type which is NT's (& DOS's ) close relative to Unix's cat. type file1 file2 > file3 [sig]<p>James P. Cottingham<br><a href=mailto: > </a><br><a href=http://www.ivcusa.com>International Veneer Co., Inc.</a><br>All opinions are mine alone and do not necessarily reflect those of my employer.[/sig]