Post History
Bash, 3 bytes rev Try it online! Less boring: Bash, 8 bytes tac -rs. Try it online!
#1: Initial revision
# [Bash], 3 bytes
<!-- language-all: lang-bash -->
rev
[Try it online!][TIO-ki8np4d1]
Less boring:
### [Bash], 8 bytes
<!-- language-all: lang-bash -->
tac -rs.
[Try it online!][TIO-ki8nqvau]
[Bash]: https://www.gnu.org/software/bash/
[TIO-ki8nqvau]: https://tio.run/##S0oszvj/vyQxWUG3qFjv///EpOSUVAA "Bash – Try It Online"
[Bash]: https://www.gnu.org/software/bash/
[TIO-ki8np4d1]: https://tio.run/##S0oszvj/vyi17P//xKTklFQA "Bash – Try It Online"
