Posts tagged as:

sortmylist

Text files are probably the simplest types of files to handle text content. The problem is that while they are simple to handle, there are not very many options to handle the text inside.
Say you have a list of items in a plain text file and you wanted to sort them alphabetically. There is no [...]