Format of options file

MacFH - C E Macfarlane c.e.macfarlane at macfh.co.uk
Sun Mar 4 14:18:27 PST 2018


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.




More information about the get_iplayer mailing list