{"id":24,"date":"2007-08-24T07:13:39","date_gmt":"2007-08-24T13:13:39","guid":{"rendered":"http:\/\/www.imed.ws\/blog\/2007\/08\/24\/how-to-print-lines-in-a-reverse-order-using-awk\/"},"modified":"2007-08-24T07:13:39","modified_gmt":"2007-08-24T13:13:39","slug":"how-to-print-lines-in-a-reverse-order-using-awk","status":"publish","type":"post","link":"https:\/\/www.imed.ws\/blog\/2007\/08\/24\/how-to-print-lines-in-a-reverse-order-using-awk\/","title":{"rendered":"How to print lines in a reverse order using awk"},"content":{"rendered":"<p>Linux is the best! you will get all the tools to do the work efficiently! and for FREE!<\/p>\n<p>Outputs lines from a file in reverse order using awk :<\/p>\n<p><code>awk '{line[NR]= $0} END { for (i=NR; i >0;i--) print line[i] }' filename<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Linux is the best! you will get all the tools to do the work efficiently! and for FREE! Outputs lines from a file in reverse order using awk : awk &#8216;{line[NR]= $0} END { for (i=NR; i >0;i&#8211;) print line[i] }&#8217; filename<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[],"_links":{"self":[{"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/posts\/24"}],"collection":[{"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":0,"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/posts\/24\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/media?parent=24"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/categories?post=24"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.imed.ws\/blog\/wp-json\/wp\/v2\/tags?post=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}