|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Merge command on windows
Hi all,
How to join spitted files into a single file on windows as we have a CAT command on unix. Regards, ---------- Post updated 02-10-12 at 12:54 AM ---------- Previous update was 02-09-12 at 12:56 AM ---------- I think my question is unclear. Let me explain it again. I want to combine number of files into a single file on windows xp . Please tell me the command on windows FYI The files were splitted into number of files on solaris machine. Thanks |
| Sponsored Links | |
|
|
|
#2
|
||||
|
||||
|
Code:
type *.txt > output.txt |
| Sponsored Links | ||
|
|
|
#3
|
|||
|
|||
|
This is one rare case where the command in UNIX and CMD is actually the same, because CMD has cat too. Code:
cat *.txt > output |
|
#4
|
|||
|
|||
|
Thank you both for providing the commands.I used type command and it worked for me.
|
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| scp command solaris to windows | shifahim | UNIX for Dummies Questions & Answers | 2 | 08-12-2011 05:51 AM |
| Merge two files in windows using perl script | kunal_dixit | Shell Programming and Scripting | 1 | 07-28-2008 01:39 PM |
|
|