
rev
List of commands for rev:
-
rev:tldr:6d098 rev: Reverse an entire file and print to `stdout`.$ rev ${filename}try on your machineexplain this command
-
rev:tldr:80c0d rev: Reverse the text string "hello".$ echo "hello" | revtry on your machineexplain this command