{"id":3415,"date":"2016-08-23T13:24:29","date_gmt":"2016-08-23T11:24:29","guid":{"rendered":"https:\/\/adrhc.go.ro\/wordpress\/?p=3415"},"modified":"2017-05-10T14:49:42","modified_gmt":"2017-05-10T12:49:42","slug":"linux-various-commands","status":"publish","type":"post","link":"https:\/\/adrhc.go.ro\/blog\/linux-various-commands\/","title":{"rendered":"Linux various commands"},"content":{"rendered":"<pre class=\"brush:bash shell;toolbar: false\">\r\n# show only first line found:\r\ngrep \"search this\" nohup.out | sed -n '1p'\r\n# show only last line found:\r\ngrep \"search this\" nohup.out | sed -n '$p'\r\n\r\n# copy to current path the file \/home\/gigi\/systemctl-services.txt \r\n# from adrhc.go.ro (remote ssh server) using custom ssh port 27\r\nscp -P 27 gigi@adrhc.go.ro:\/home\/gigi\/systemctl-services.txt .\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p># show only first line found: grep &#8220;search this&#8221; nohup.out | sed -n &#8216;1p&#8217; # show only last line found: grep &#8220;search this&#8221; nohup.out | sed -n &#8216;$p&#8217; # copy to current path the file \/home\/gigi\/systemctl-services.txt # from adrhc.go.ro (remote [&hellip;]<\/p>\n<div class=\"link-more\"><a href=\"https:\/\/adrhc.go.ro\/blog\/linux-various-commands\/#more-3415\" class=\"more-link\">Continue reading &#10142; <span class=\"screen-reader-text\">Linux various commands<\/span><\/a><\/div>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,11],"tags":[],"class_list":["post-3415","post","type-post","status-publish","format-standard","hentry","category-commands","category-linux"],"_links":{"self":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/3415","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/comments?post=3415"}],"version-history":[{"count":0,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/posts\/3415\/revisions"}],"wp:attachment":[{"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/media?parent=3415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/categories?post=3415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/adrhc.go.ro\/blog\/wp-json\/wp\/v2\/tags?post=3415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}