|
sort helps you organize file lists and program
output. And if you like, you can even use this small
but powerful tool to merge and sort multiple files.
The sort command allows you to
sort a file line by line. The command
can either process a specified
file or read from standard input. You
decide the sort criteria – sort has parameters
that give you granular control.
Simple Sorting Exercises
/etc/passwd is an excellent place to start
experimenting with sort. If you look
inside the file, you will see that the lines
comprise a number of fields, for example:
|
| Related Articles | |
|---|---|
| Getting the swing | Converting Audio Formats |
| A Call for New Manpages! | Creating Manpages with groff |
| ApacheCon US video archive |
|---|
|
All about Apache in 19 talks Watch 19 talks from the ApacheCon US in New Orleans from the convenience of your home or office. Topics are: Scaling Apache 2.x in all dimensions, Securing Communications with your Apache HTTP Server, Scripting your Java Application with BSF 3.0 and much more. |
Comments