Polecenie sort
Opcje wykonania sort
w konsoli
Ignore leading spaces and tabs.
Check whether files are already sorted and, if so, produce no output.
Sort in dictionary order.
Fold; ignore uppercase/lowercase differences.
Sort in general numeric order.
Print a help message and then exit.
Ignore nonprinting characters (those outside ASCII range 040-176).
Skip n-1 fields and stop at m-1 fields (i.e., start sorting at the nth field, where the fields are numbered beginning with 1).
Sort in arithmetic order.
Put output in file.
Merge already sorted input files.
Reverse the order of the sort.
Stabilize sort by disabling last-resort comparison.
Separate fields with c (default is a tab).
Identical lines in input file appear only one time in output.
End lines with zero byte, not with newline.
Print version information and then exit.
Attempt to treat the first three characters as a month designation (JAN, FEB, etc.). In comparisons, treat JAN < FEB and any invalid name for a month as less than a valid month.
Set the size of the main memory buffer to size, which may include a suffix—e.g., K (1024, the default) or M.
Directory pathname to be used for temporary files.
Przykłady sort działanie w Słownik polecenie S