How to Add Header in CSV File Using Shell Script June 30, 2022June 30, 2022 Sreeram Sreenivasan Leave a comment CentOS/RHEL, Linux, Ubuntu Sometimes you may need to add header to CSV file. Here is how to do it using sed or echo commands. Continue reading