{"id":283,"date":"2010-09-19T00:19:21","date_gmt":"2010-09-18T23:19:21","guid":{"rendered":"http:\/\/kb.toderu.ro\/?p=283"},"modified":"2010-09-19T00:19:21","modified_gmt":"2010-09-18T23:19:21","slug":"row-parsing-tools","status":"publish","type":"post","link":"https:\/\/kb.toderu.ro\/?p=283","title":{"rendered":"row parsing tool"},"content":{"rendered":"<p>\t\t\t\tDisplay specific columns of file or STDIN data<br \/>\n<code>cut -d: -f1 \/etc\/passwd<br \/>\ngrep root \/etc\/passwd | cut -d: -f7<br \/>\nUse -d to specify the column delimiter (default is TAB)<br \/>\nUse -f to specify the column to print<br \/>\nUse -c to cut by characters<br \/>\ncut -c2-5 \/usr\/share\/dict\/words<\/code>\t\t<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Display specific columns of file or STDIN data cut -d: -f1 \/etc\/passwd grep root \/etc\/passwd | cut -d: -f7 Use -d to specify the column delimiter (default is TAB) Use -f to specify the column to print Use -c to cut by characters cut -c2-5 \/usr\/share\/dict\/words<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19,20,5],"tags":[],"class_list":["post-283","post","type-post","status-publish","format-standard","hentry","category-bash","category-bash-scripting","category-linux"],"_links":{"self":[{"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/posts\/283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=283"}],"version-history":[{"count":0,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=\/wp\/v2\/posts\/283\/revisions"}],"wp:attachment":[{"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=283"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=283"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.toderu.ro\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}