How can I sort a document according to a substring in each line on Win7?
- by Joey Hammer
How can I sort a text according to hashtag on Windows-7?
I have a long text (.txt format) which looks something like this:
Blah blah #Test
123123 #Really
Blah bluh #Really
klfdmngl #Test
I would like to conveniently, quickly and automatically be able to sort the text so that it looks like this:
Blah blah #Test
klfdmngl #Test
123123 #Really
Blah bluh #Really
I have to do this on a daily basis so I would like to be able to do it in as few steps as possible.