View Single Post
Old 07-10-2013, 09:43 AM   #150
cgm999
Enthusiast
cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.cgm999 knows the way to San Jose.
 
Posts: 46
Karma: 54894
Join Date: Jun 2013
Device: kobo
if you have ssh/telnet enabled on device here is one quick line to convert from dos to unix text file(basically removing \r == 0d ):

kobo_shell# sed -i -e 's/\r//g' path_to_file
cgm999 is offline   Reply With Quote