Skip to content

Sorting and columns

Putting lines in order

  • sort arranges lines alphabetically (or, with -n, as numbers):
sort names.txt
  • sort -r reverses the order; sort -n is for lists of numbers.

Log in or create account

IGCSE & A-Level