Combine & sort multiple csv files ⇒ one csv file
Aug 10, 2020 08:30 · 21 words · 1 minute read
cat *.csv | sort --numeric-sort --key=2 --field-separator=, > total-sorted.csv
You need to remove the redundant header lines manually afterwards.
Via
- Awesome CSS Transitions Tutorial
- Calculating an SSH key fingerprint
- Parcel.js Web Application Bundler: Enabling Tree Shaking for much smaller builds
- Wagtail: Open Source Django CMS
- Web Development: Overview & Basic Concepts
- Improving one's coding skills: Best Practices & Resources
- mysqldump: Dump a single database table to a file
- Tour of Rust
- Restarting a Go app on code change
- Git auto-commit & push every couple of minutes