dos2unix using vim [part 2]- How to remove ^M chars from a DOS file
April 26th, 2009
No comments
In this article I will show you a short bash script that will do a dos2unix text file conversion.
1: #!/bin/bash
2: cat $1|tr -d '\015'
March 2009 OS’s and Browsers Wars
Hi all,
as usual this month, the absolute masters of this site are Firefox 3.0 for the browsers and Windows XP for the Operating Systems.
Windows Vista has lost some point while MacOSX is stable.



Latest Comments