Commands Help : sort

  •  sort lines of text files

[SYNOPSIS] sort OPTION FILE
option
-o FILEwrite result to FILE instead of standard output
-ffold lower case to upper case characters
-rreverse the result of comparisons
-ncompare according to string numerical value
-k --key=POS1[,POS2]start a key at POS1, end it at POS2 (origin 1)
-t --field-separator=SEPuse SEP instead of non-blank to blank transition

Comments

Popular posts from this blog

PostgreSQL - String Function

SwiftUI - TEXT

PostgreSQL - DATE/TIME Functions and Operators