DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

appending a list of files to one file using xargs command | Korn shell | Tech-Recipes

Started by qdideas · 9 months ago

No excerpt available. Jump to website »

1 comment

  • Well in MSDOS, we do this by this cmdline:

    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

Add New Comment

Returning? Login