Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Web & Software Development  |  Other Developer Tools  |  Linebreak Converter

Linebreak Converter

Linebreak Converter - 2.2.1

convert file groups to specified linebreak format

All Time: (1.0)
This Version: Not rated (0.0)
Current Version: 2.2.1
Release Date: 2005-06-11
License: Freeware
Downloads (this version): 1,453
Downloads (all versions): 2,690

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

All Feedback: 1 - 5 of 5



Linebreak Converter ReviewDo not bother with this - Version: 2.2.1, 3/12/2006 04:47PM PST

gpellis
A poor UI. No hierarchical file/folder list. Files and folders go missing and only reappear on resarting the application. Use TextWrangler - is has an option when saving files to choose between Mac, Unix & Windows.
Post a commentAlert Admin

Linebreak Converter CommentaryUse LineBreak (v1.1… - Version: 1.0.1, 4/7/2002 02:41PM PST

joshmoz
now) if you want a free alternative without the command line. It also works on drag-drop. I only suggest this here because this program probably ought to be free, and LineBreak has better reviews.
Post a commentAlert Admin

Linebreak Converter ReviewMight work -… - Version: 1.0.1, 4/7/2002 11:53AM PST

(1 of 1 users found this comment useful)

Adam9
but pointless. Kung_foo gives one easy way to do this. Here's another: perl -pi -e 's/r/n/g' macintoshfile.txt . . . . . . . . . . . . . . . . This simple command is explained, and expounded upon at http://www.macosxhints.com/article.php?story=20001206164827794 . . . . . . Five dollars for this program is a disgrace
Post a commentAlert Admin

Linebreak Converter ReviewThis application doesn't… - Version: 1.0, 2/3/2002 09:08PM PST

joshmoz
work at all on Mac OS X 10.1.2. You can't even really see the text in it. Looks like somebody just recompiled a classic application for Mac OS X and didn't even test it. I'm writing a line conversion app in cocoa right now. Until that is out, use _kung_foo_'s suggestion...
Post a commentAlert Admin

Linebreak Converter CommentaryOr have even… - Version: 1.0, 9/17/2001 01:10AM PST

(1 of 1 users found this comment useful)

_kung_foo_
more fun: Define an alias in the terminal: alias mac2unix 'tr "r" "n"' (put this line into ~/Library/init/tcsh/aliases.mine or into ~/.tcshrc) with this you can issue the command: mac2unix < macintoshfile.txt > unixfile.txt
Post a commentAlert Admin