<br />
<b>Deprecated</b>:  Creation of dynamic property wpdb::$categories is deprecated in <b>/home/garrens3/public_html/blog/wp-includes/wp-db.php</b> on line <b>760</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property wpdb::$post2cat is deprecated in <b>/home/garrens3/public_html/blog/wp-includes/wp-db.php</b> on line <b>760</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property wpdb::$link2cat is deprecated in <b>/home/garrens3/public_html/blog/wp-includes/wp-db.php</b> on line <b>760</b><br />
<br />
<b>Deprecated</b>:  Automatic conversion of false to array is deprecated in <b>/home/garrens3/public_html/blog/wp-content/plugins/loginizer/init.php</b> on line <b>250</b><br />
<br />
<b>Deprecated</b>:  Automatic conversion of false to array is deprecated in <b>/home/garrens3/public_html/blog/wp-content/plugins/loginizer/init.php</b> on line <b>265</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property WP_Block_Type::$skip_inner_blocks is deprecated in <b>/home/garrens3/public_html/blog/wp-includes/class-wp-block-type.php</b> on line <b>391</b><br />
<br />
<b>Deprecated</b>:  Creation of dynamic property WP_Block_Type::$skip_inner_blocks is deprecated in <b>/home/garrens3/public_html/blog/wp-includes/class-wp-block-type.php</b> on line <b>391</b><br />
{"id":103,"date":"2015-11-02T13:00:57","date_gmt":"2015-11-02T21:00:57","guid":{"rendered":"http:\/\/garrens.com\/blog\/?p=103"},"modified":"2015-11-02T14:08:08","modified_gmt":"2015-11-02T22:08:08","slug":"replace-ctrl-a-in-a-file-while-in-a-screen-session","status":"publish","type":"post","link":"https:\/\/garrens.com\/blog\/2015\/11\/02\/replace-ctrl-a-in-a-file-while-in-a-screen-session\/","title":{"rendered":"Replace CTRL-A in a file while in a screen session"},"content":{"rendered":"<p><code>echo -e \"\\u0001\u201d | cat -v<\/code><br \/>\n#\u00a0^A<\/p>\n<p><code>cat -v 000001 | tr '^A' '\\t' | head<\/code><\/p>\n<p>Inspiration:\u00a0http:\/\/stackoverflow.com\/questions\/31460818\/creating-a-ctrl-a-delimiter-file<\/p>\n<p>Note: Within the same day, this strategy both worked then failed. YMMV<\/p>\n<p>More reliable would be to get into a non screen session and do &#8220;ctrl-v then a&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>echo -e &#8220;\\u0001\u201d | cat -v #\u00a0^A cat -v 000001 | tr &#8216;^A&#8217; &#8216;\\t&#8217; | head Inspiration:\u00a0http:\/\/stackoverflow.com\/questions\/31460818\/creating-a-ctrl-a-delimiter-file Note: Within the same day, this strategy both worked then failed. YMMV More reliable would be to get into a non screen session and do &#8220;ctrl-v then a&#8221;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/posts\/103"}],"collection":[{"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/comments?post=103"}],"version-history":[{"count":3,"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/posts\/103\/revisions"}],"predecessor-version":[{"id":106,"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/posts\/103\/revisions\/106"}],"wp:attachment":[{"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/media?parent=103"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/categories?post=103"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/garrens.com\/blog\/wp-json\/wp\/v2\/tags?post=103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}