Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- thanks! it's very helpful.
- What printer goes with Vista 64 bit?
- Thanks.
- i am lucky
- THIS IS AWESOME, YOU ROCK!
Tech-Recipes
Cookbook of Tech Tutorialsappending a list of files to one file using xargs command | Korn shell | Tech-Recipes
Started by qdideas · 9 months ago
5 months ago
cmdprompt
c:\> type "File1.dat" "File2.dat" "FileNNNN.dat >> "My_bigfile.dat"
c:\> "My_bigfile.dat"
::THIS WILL SHOW ALL FILES APPENDED TO ONE REDIRECTED FILE WITH ::CONTENTS