Skip to content

Instantly share code, notes, and snippets.

@kkrieger85
Created April 10, 2016 14:41
Show Gist options
  • Save kkrieger85/f05199b1dc3939f72d68576bf000ec7f to your computer and use it in GitHub Desktop.
Save kkrieger85/f05199b1dc3939f72d68576bf000ec7f to your computer and use it in GitHub Desktop.
for i in `find . -name it_IT.csv`; do
cat $i >>it_IT.csv;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment