[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Python dos2unix one liner

Stefan Behnel

2/27/2010 4:26:00 PM

@ Rocteur CC, 27.02.2010 10:36:
> cat file.dos | python -c "import
> sys,re;[sys.stdout.write(re.compile('\r\n').sub('\n', line)) for line in
> sys.stdin]" >file.unix

See:

http://partmaps.org/era/unix/...

Stefan