
{"id":7437,"date":"2012-07-07T16:09:10","date_gmt":"2012-07-07T16:09:10","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=7437"},"modified":"2012-07-07T16:09:10","modified_gmt":"2012-07-07T16:09:10","slug":"xargs-and-find-to-selected-copy","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2012\/07\/07\/xargs-and-find-to-selected-copy\/","title":{"rendered":"xargs and find to selected copy"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\n$ 4.2.29 8 508---&gt; find  . -name \"*gimp*\"  -print0   | xargs -0 -I {}  cp  {} ..\/6raphics\/\n$ 4.2.29 9 509---&gt; find  . -name \"*gimp*\"  -print0   | xargs -0 -I {}  cp  {} ..\/6raphics\/\n$ 4.2.29 10 510---&gt; find  . -name \"*blender*\"  -print0   | xargs -0 -I {}  cp  {} ..\/6raphics\/\n$ 4.2.29 11 511---&gt; find  . -name \"*inkscape*\"  -print0   | xargs -0 -I {}  cp  {} ..\/6raphics\/\n$ 4.2.29 12 512---&gt; find  . -name \"*Grap*\"  -print0   | xargs -0 -I {}  cp  {} ..\/6raphics\/\n$ 4.2.29 13 513---&gt; find  . -name \"*grap*\"  -print0   | xargs -0 -I {}  cp  {} ..\/6raphics\/\n$ 4.2.29 14 514---&gt;\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $ 4.2.29 8 508&#8212;&gt; find . -name &#8220;*gimp*&#8221; -print0 | xargs -0 -I {} cp {} ..\/6raphics\/ $ 4.2.29 9 509&#8212;&gt; find . -name &#8220;*gimp*&#8221; -print0 | xargs -0 -I {} cp {} ..\/6raphics\/ $ 4.2.29 10 510&#8212;&gt; find . -name &#8220;*blender*&#8221; -print0 | xargs -0 -I {} cp {} ..\/6raphics\/ $ 4.2.29 &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2012\/07\/07\/xargs-and-find-to-selected-copy\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;xargs and find to selected copy&#8221;<\/span><\/a><\/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:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7437"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=7437"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7437\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=7437"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=7437"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=7437"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}