Linux Ask!

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

  1. How to reverse print a file?
  2. How to perform a reverse DNS lookup in Linux
  3. Give line numbers to a text file
  4. Wrap each line to fit in specified width
  5. Swap last two characters in Bash

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>