Feb 202010
Reverse characters on each line
Answer:
To reverse characters on each line, e.g.
abc
def
Become...
cba
fed
You can use the rev command:
# rev input.txt
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Reverse characters on each line
Answer:
To reverse characters on each line, e.g.
abc
def
Become...
cba
fed
You can use the rev command:
# rev input.txt