{"id":532,"date":"2017-01-14T22:01:10","date_gmt":"2017-01-14T22:01:10","guid":{"rendered":"http:\/\/mitat.tuu.fi\/?p=532"},"modified":"2017-01-14T22:05:47","modified_gmt":"2017-01-14T22:05:47","slug":"useful-commands","status":"publish","type":"post","link":"http:\/\/mitat.tuu.fi\/?p=532","title":{"rendered":"Useful commands"},"content":{"rendered":"<p><strong>GIT: Show changed files in last commit<\/strong><br \/>\n<code>git log --name-only --pretty=oneline --full-index HEAD^^..HEAD | grep -vE '^[0-9a-f]{40} ' | sort | uniq<\/code><\/p>\n<p><strong>GIT: Show file history<\/strong><br \/>\n<code>git log -p filename<\/code><\/p>\n<p><strong>BASH: Find word in files<\/strong><br \/>\n<code>grep -R \"word_to_search\" *<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>GIT: Show changed files in last commit git log &#8211;name-only &#8211;pretty=oneline &#8211;full-index HEAD^^..HEAD | grep -vE &#8216;^[0-9a-f]{40} &#8216; | sort | uniq GIT: Show file history git log -p filename BASH: Find word in files grep -R &#8220;word_to_search&#8221; *<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-532","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/posts\/532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=532"}],"version-history":[{"count":5,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/posts\/532\/revisions"}],"predecessor-version":[{"id":537,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=\/wp\/v2\/posts\/532\/revisions\/537"}],"wp:attachment":[{"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=532"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/mitat.tuu.fi\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}