I\'ve stated before I\'m not very good at scripting so what I have below copies files from a share directory to mine where I change their permissions. But then I wanted to r
To create a new CSV file without the header, you can do the following:
sed 1d file_with_header.csv > file_without_header.csv