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
- Generating a random string on Linux & macOS
- Caddy web server: Why use it? How to use it?
- Tailwind CSS: A Primer
- Versicherungen: Learnings
- Screen Recording on macOS (without any extra tools)
- WSL2 Cheat Sheet
- Install Docker in WSL2 (Ubuntu) without Docker Desktop
- Converting a Slack message to Markdown
- VirtualBox & macOS Monterey: Fixing 'Kernel driver not installed (rc=-1908)'
- Notes on Productivity