GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CSORT(1) FreeBSD General Commands Manual CSORT(1)

csort
sort lines of text files in the C locale

csort [options...] [files...]

The csort utility is merely a shorthand for “env LC_COLLATE=C sort” to sort lines of text from standard input or from a set of files using the sort and collation rules specified by the “C” POSIX locale. It passes all command-line arguments to sort(1).

See sort(1).

See sort(1).

See sort(1).

Sort the output of ls(1) by size:

ls -l | csort -k5,5n

Sort a set of files in reverse:

csort -r *.txt

sort(1)

The csort utility was written by Peter Pentchev in 2013.

Peter Penchev ⟨roam@ringlet.net⟩
October 12, 2013 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.