Execute the sort
command using the variable values. Because of the variable values, this command will sort the /etc/password
file in reverse order and display the
result using the more
command (which displays information a screenful at a time):
$ sort $OPTIONS $FILENAME | more