Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
sort [options] [files]
Sort the lines of the named files. Compare specified fields for each pair of lines; if no fields are specified, compare them by byte, in machine-collating sequence. If no files are specified or if the file is -, the input is taken from standard input. See also uniq , comm , and join .