/ Published in: Perl
URL: http://www.commandlinefu.com/commands/view/4401/randomize-lines-opposite-of-sort
Need to "unsort" / randomize / scramble LINES in a text? Copy source -> then BBEdit -> File -> New -> Text Document -> paste source -> save as "Unsort Lines.pl" to ~/Library/Application Support/BBEdit/Unix Support/Unix Filters/ --- done
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.

See also 'sort -R' in GNU coreutils 8.4 (available on Fedora 13 linux).