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.

How to print a file by line range using sed?

Answer:

In a given file, if you want to print out, say line 340-350, is easy with sed:

# sed -n '340,350p' text.txt

  1. Create an array containing a range of elements in PHP
  2. How to add line number to a text file?
  3. Give line numbers to a text file
  4. How to format a JSON file using command line
  5. Multi-line string in PHP

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>