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
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment