![]() |
Python_2
1.0
|
Sort the lines of a file. More...
Functions | |
def | sort_file () |
Sort the lines in the file named on standard input, outputting the sorted lines on stdout. More... | |
Sort the lines of a file.
def sort_file.sort_file | ( | ) |
Sort the lines in the file named on standard input, outputting the sorted lines on stdout.
Example call (from command line) sort_file.py unsorted.txt > sorted.txt