View Single Post
Posts: 244 | Thanked: 354 times | Joined on Jul 2010 @ Scotland
#14
I've compiled flip for you (see https://ccrma.stanford.edu/~craig/utility/flip/). Dead easy to check for file formats and flip between them.

Code:
[sbox-FREMANTLE_ARMEL: ~] > ./flip 

Usage: ./flip [-t|-u|-d|-m] filename[s]
   Converts ASCII files between Unix, MS-DOS/Windows, or Macintosh newline formats

   Options: 
      -u  =  convert file(s) to Unix newline format (newline)
      -d  =  convert file(s) to MS-DOS/Windows newline format (linefeed + newline)
      -m  =  convert file(s) to Macintosh newline format (linefeed)
      -t  =  display current file type, no file modifications

[sbox-FREMANTLE_ARMEL: ~] >
Attached Files
File Type: gz flip-maemo5-arm.tar.gz (30.0 KB, 157 views)
 

The Following User Says Thank You to gregoranderson For This Useful Post: