a shell script that takes an arbitrary number of command line
arguments and echoes the arguments back to standard output in reverse order
compared with the order they were originally supplied.
e.g. If the arguments were
arguments and echoes the arguments back to standard output in reverse order
compared with the order they were originally supplied.
e.g. If the arguments were
a b c d, the script will sent the output d c b a to
standard output.
standard output.