Thursday, April 21, 2005

Converting Mac to unix line endings


I lost the script that I used to use to convert mac line endings (returns) to unix line endings (new lines), so I did a search on the web to see what scripts I could find.



There are a lot of implementations of this script. Some using perl, shell script or the flip program. The one that I like to use is an alias in my .bashrc. I found this at macosxhints.


alias mac2unix="perl -pi -e 's/rn?/n/g' "

No comments:

Post a Comment

Unlocking Raspberry Pi Potential: Navigating Network Booting Challenges for Enhanced Performance and Reliability

I've set up several Raspberry Pis around our house for various projects, but one recurring challenge is the potential for SD card failur...