Simple and uses the io package instead of nio. I chose io becuase it is used for smalled applications and nio is more for larger files.
Basic form of grep, can search for a word or list of words in a file.
Prints the first 10 or last 10 lines of a plain text file.
List each item in a directory line by line.
Creates directories where you ask.
Sort items provided as arguments.
Linux only, but uses the words file to check if words as arguments are spelled correctly.
I was working on this one, till I realized there isn't a way to change the working directory after the program has ended. If there is a way, I wasn't able to find it.