[shell] concatenate all files in a folder


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $ cd /path/to/files
  2. $ files=*
  3. $ cat $files > bigfile

URL: http://www.unix.com/unix-dummies-questions-answers/21022-how-concatenate-all-files.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.