Please see correction below ...

On 04/03/2018 21:52, MacFH - C E Macfarlane wrote:

    for  F  in  options  download_history  *.cache  ;  do dos2unix -n  .get_iplayer.bak/$F  .get_iplayer/$F  ;  done

I've just realised that this may no do the *.cache files because they are in a different directory than the one where you are giving the command, so safer would be:     for  F  in  options  download_history  radio.cache  tv.cache  ; do dos2unix -n  .get_iplayer.bak/$F  .get_iplayer/$F  ;  done

Apologies for the slight error.
Regards Charles.


_______________________________________________
get_iplayer mailing list
get_iplayer@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/get_iplayer

Reply via email to