Skip to content

Instantly share code, notes, and snippets.

@sudodo
Created March 10, 2015 00:52
Show Gist options
  • Select an option

  • Save sudodo/a71d25d3a3424d00fe96 to your computer and use it in GitHub Desktop.

Select an option

Save sudodo/a71d25d3a3424d00fe96 to your computer and use it in GitHub Desktop.
Add a line at the begging of large file
#! /bin/bash
echo "index,datetime,count" > newfile.csv
cat original_file.csv >> newfile.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment