shell rev command
rev [option] [file...]
# Usage Example
cat hello-world.txt
# hello world
rev hello-world.txt
# dlrow olleh
# rev -V: This option display the version information and exit.
rev -v
# rev -H: This option display the help message and exit.
rev -H