Search found 1 match

by tommers
Wed Aug 31, 2005 8:23 pm
Forum: Enhancement Suggestions
Topic: Customized sorting via regular expressions
Replies: 0
Views: 160

Customized sorting via regular expressions

There are many times where I want to sort a set of data by a string that is not at the beginning of a line. For example I would like to sort timestamped log files by file name or my FireFox Bookmarks by Title. While I usually write a perl script to do this, it seems the functionality could be ...