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
Wednesday, July 14, 2010
Subscribe to:
Posts (Atom)