./documentation/last_nth in freespeech-1.0.79 vs ./documentation/last_nth in freespeech-1.0.82

- old
+ new

@@ -1,8 +1,16 @@ -Last nth gets the last n lines from the standard input \ No newline at end of file +Last nth gets the last n lines from input + +For example + +last_nth 3 + + +Would get the 3rd from the last line +