Wednesday, July 14, 2010

Commands that I found Useful on 07/14/2010

I was trying to make a bunch of csv files into one in a specific order. First, make the family file:

touch family.csv

Next suppose we have files called husband.csv wife.csv child1-childN.csv. Then we say:
cat husband.csv wife.csv child*.csv >> family.csv