{"id":14,"date":"2004-12-16T17:36:13","date_gmt":"2004-12-17T01:36:13","guid":{"rendered":"http:\/\/hongyu.org\/wordpress\/?p=14"},"modified":"2012-03-11T16:12:16","modified_gmt":"2012-03-11T23:12:16","slug":"single-quote-in-awk","status":"publish","type":"post","link":"https:\/\/www.hongyu.org\/wordpress\/?p=14","title":{"rendered":"Awk"},"content":{"rendered":"<p>Single quote in awk<br \/>\n[sourcecode]awk &#8216;{ print &quot;,&quot;, foo$1foo }&#8217; foo=&quot;&#8217;&quot;  file[\/sourcecode]<\/p>\n<p>Delimiter in awk -F, and the last column $NF<br \/>\ncat \/etc\/passwd | awk -F: &#8216;{print $5}&#8217; | awk -F, &#8216;{print $NF}&#8217;<\/p>\n<p>Field separator<br \/>\n[sourcecode]awk &#8216;{ FS = &quot;\\t&quot;; print $3 }&#8217; file[\/sourcecode]<\/p>\n<p>Line number: NR<\/p>\n<p>Sum the number in a column, say column 1<br \/>\n[sourcecode]awk &#8216;{ sum+=$1 } END {print sum}&#8217; file[\/sourcecode]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Single quote in awk [sourcecode]awk &#8216;{ print &quot;,&quot;, foo$1foo }&#8217; foo=&quot;&#8217;&quot; file[\/sourcecode] Delimiter in awk -F, and the last column $NF cat \/etc\/passwd | awk -F: &#8216;{print $5}&#8217; | awk -F, &#8216;{print $NF}&#8217; Field separator [sourcecode]awk &#8216;{ FS = &quot;\\t&quot;; print $3 }&#8217; file[\/sourcecode] Line number: NR Sum the number in a column, say column &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.hongyu.org\/wordpress\/?p=14\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Awk&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/14"}],"collection":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14"}],"version-history":[{"count":6,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/14\/revisions"}],"predecessor-version":[{"id":368,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/14\/revisions\/368"}],"wp:attachment":[{"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=14"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongyu.org\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}