Salute Franck,

1. To convert windows file to unix:

perl -pe 's/\xd\xa/\xa/g' < windowsfile > unixfile

2. To convert unix to windows

perl -ps 's/\xa/\xd\xa/g' < unixfile > windowsfile

Hope this is of some help

Alfred Vahau
Project Breeze
SNPS



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to