Created
May 20, 2012 23:59
-
-
Save underhilllabs/2759979 to your computer and use it in GitHub Desktop.
Add an extra line to separate paragraphs in ebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| perl -e 'while(<>) { if (length($_) < 65) { print $_ . "\n";} else { print $_;}}' ebook.txt > ebook2.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment