Unix tip: append lines from a text file to another text file

by JC on July 28, 2008 · 0 comments

in Settings

awk -F, '{print $0}' a-text-file.txt >> another-text-file.text

Related posts:

  1. In the Woods – Free File of the Month: July 2009
  2. AdWords ad text video

Sponsored links:

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: