Dear all,
Hopefully somebody will be able to help out here. I am trying to alter a whole series of csv files and rename them in the process.
Perhaps somebody could help here.
I get an error message about the usage of dos2unix...

Here is the command I am giving:

for i in *.csv; do dos2unix -ascii -850 $i | split -1 | paste xai xak xdf xdj xdh xdj xdl xdn xdp | cut -d ';' -f '2 5 7 9 30 33 48 55 60 67 72 79 84 91 96 103 108 115' > new_$i; done

I am very new to this so I realise this may not even be the best method.
Thank you in advance