DISQUS

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

  • AMK · 10 months ago
    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