How to modify a windows file
Hi,
what the syntax to modify a file in a windows directory?
I want to run a cronjob that modify a file in a windows directory ( eg. c:\test )
I will use the sed command.How can I pass the windows file ( ascii ) to sed and rewrite the file in the windows directory?
tks