{"id":140,"date":"2012-12-19T19:29:34","date_gmt":"2012-12-19T19:29:34","guid":{"rendered":"http:\/\/rmnp.ir\/?p=140"},"modified":"2012-12-19T19:29:34","modified_gmt":"2012-12-19T19:29:34","slug":"awk-command","status":"publish","type":"post","link":"https:\/\/rmnp.ir\/index.php\/2012\/12\/19\/awk-command\/","title":{"rendered":"awk command"},"content":{"rendered":"<p>create a file with name=users.rsc and contain<\/p>\n<p>&#8221;<br \/>\n<span style=\"color: #ff0000;\">add disabled=no download-limit=2147483648 group-name=1\u00a0 name=reza.mnp password=10 upload-limit=2147483648 uptime-limit=1d6h<\/span><br \/>\n<span style=\"color: #ff0000;\"> add disabled=no download-limit=5368709120 group-name=2\u00a0 name=20 password=20 upload-limit=5368709120 uptime-limit=2d12h<\/span><\/p>\n<p>&#8221;<\/p>\n<p>[code]<\/p>\n<p>awk -F&#8217; &#8216; &#8216;{ print $5,$6\u00a0}&#8217; users.rsc &gt; new.rsc<\/p>\n<p>[\/code]<\/p>\n<p>output<\/p>\n<p>name=reza.mnp password=10<br \/>\nname=20 password=20<\/p>\n<p>[code]<\/p>\n<p>awk &#8216;{ print }&#8217; new.rsc<\/p>\n<p>[\/code]<\/p>\n<p>output<\/p>\n<p>name=reza.mnp password=10<br \/>\nname=20 password=20<\/p>\n<p>[code]<\/p>\n<p>awk &#8216;\/reza\/&#8217; new.rsc<\/p>\n<p>[\/code]<\/p>\n<p>output<\/p>\n<p>name=reza.mnp password=10<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>create a file with name=users.rsc and contain &#8221; add disabled=no download-limit=2147483648 group-name=1\u00a0 name=reza.mnp password=10 upload-limit=2147483648 uptime-limit=1d6h add disabled=no download-limit=5368709120 group-name=2\u00a0 name=20 password=20 upload-limit=5368709120 uptime-limit=2d12h &#8221; [code] awk -F&#8217; &#8216; &#8216;{ print $5,$6\u00a0}&#8217; users.rsc &gt; new.rsc [\/code] output name=reza.mnp password=10 name=20 password=20 [code] awk &#8216;{ print }&#8217; new.rsc [\/code] output name=reza.mnp password=10 name=20 password=20 [code] awk &hellip; <a href=\"https:\/\/rmnp.ir\/index.php\/2012\/12\/19\/awk-command\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">awk command<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-140","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/posts\/140","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/comments?post=140"}],"version-history":[{"count":0,"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/posts\/140\/revisions"}],"wp:attachment":[{"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/media?parent=140"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/categories?post=140"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rmnp.ir\/index.php\/wp-json\/wp\/v2\/tags?post=140"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}