{"id":1382,"date":"2022-08-04T13:32:27","date_gmt":"2022-08-04T18:32:27","guid":{"rendered":"https:\/\/zewwy.ca\/?p=1382"},"modified":"2022-08-04T13:32:27","modified_gmt":"2022-08-04T18:32:27","slug":"filter-n-find-contextually-from-cmd-output","status":"publish","type":"post","link":"https:\/\/zewwy.ca\/index.php\/2022\/08\/04\/filter-n-find-contextually-from-cmd-output\/","title":{"rendered":"Filter n Find Contextually from CMD output"},"content":{"rendered":"<pre>c:\\command &gt; c:\\txtfile.txt<\/pre>\n<pre>c:\\powershell<\/pre>\n<pre class=\"lang-bash s-code-block\">&lt;PS&gt;c:\\Get-Content c:\\txtfile.txt | Select-String -Pattern &lt;String your interested in finding&gt; -Context 2,4<\/pre>\n<p>Context 2,4 means 2 lines above, and 4 lines below the string pattern found.<\/p>\n<p>Super useful trick.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>c:\\command &gt; c:\\txtfile.txt c:\\powershell &lt;PS&gt;c:\\Get-Content c:\\txtfile.txt | Select-String -Pattern &lt;String your interested in finding&gt; -Context 2,4 Context 2,4 means 2 lines above, and 4 lines below the string pattern found. Super useful trick.<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"sfsi_plus_gutenberg_text_before_share":"","sfsi_plus_gutenberg_show_text_before_share":"","sfsi_plus_gutenberg_icon_type":"","sfsi_plus_gutenberg_icon_alignemt":"","sfsi_plus_gutenburg_max_per_row":"","footnotes":""},"categories":[8],"tags":[415],"class_list":["post-1382","post","type-post","status-publish","format-standard","hentry","category-server-administration","tag-find"],"_links":{"self":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/1382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/comments?post=1382"}],"version-history":[{"count":1,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/1382\/revisions"}],"predecessor-version":[{"id":1383,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/posts\/1382\/revisions\/1383"}],"wp:attachment":[{"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/media?parent=1382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/categories?post=1382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zewwy.ca\/index.php\/wp-json\/wp\/v2\/tags?post=1382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}