following commands 1) join the three files interleaving the lines of the files 2) remove any blank lines that may have been created if the files are not the same length
paste one.txt two.txt three.txt -d'\n'
sed '/^$/d' preQuery.txt > no_blanks
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment