Are there any tools in UNIX to process files which don't have any carriage returns i.e. they consist of one long stream of characters ?
Vi can't cope with files of that type because it has an upper limit of 255 characters on the length of lines. Likewise, awk. I'd like to be able to insert carriage returns into the file so that I can view it properly with vi, but can't find anything in UNIX which do the job.
Vi can't cope with files of that type because it has an upper limit of 255 characters on the length of lines. Likewise, awk. I'd like to be able to insert carriage returns into the file so that I can view it properly with vi, but can't find anything in UNIX which do the job.