
{"id":6515,"date":"2011-12-22T19:57:36","date_gmt":"2011-12-22T19:57:36","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=6515"},"modified":"2011-12-22T19:57:36","modified_gmt":"2011-12-22T19:57:36","slug":"ls-i-option-2","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2011\/12\/22\/ls-i-option-2\/","title":{"rendered":"ls ( -I option )  do not list implied entries matching shell PATTERN"},"content":{"rendered":"<h4><u> UNIX Command <\/u><\/h4>\n<pre>\n$ls\nbp  cfg.c  cfg.h  CVS  gtk  Makefile  sample.cfg  simpleproxy.c\n$ls -I gtk\nbp  cfg.c  cfg.h  CVS  Makefile  sample.cfg  simpleproxy.c\n$ls -I gtk CVS\nEntries  Repository  Root\n$ls -I CVS gtk\nmain.c\tMakefile  simpleproxy-gtk.c\n$ls -I cfg.c\nbp  cfg.h  CVS\tgtk  Makefile  sample.cfg  simpleproxy.c\n$ls -I bp\ncfg.c  cfg.h  CVS  gtk\tMakefile  sample.cfg  simpleproxy.c\n$\n\n<\/pre>\n<p><\/p>\n<h4><u> UNIX Explanation <\/u><\/h4>\n<pre>\n-I, --ignore=PATTERN\n              do not list implied entries matching shell PATTERN\n\n<\/pre>\n<p><\/p>\n<h4><u> Theory Drop <\/u><\/h4>\n<pre>\nIn computer science,  pattern matching is the act  of checking some\nsequence of  tokens for  the presence of  the constituents  of some\npattern. In contrast to  pattern recognition, the match usually has\nto  be  exact. The  patterns  generally  have  the form  of  either\nsequences  or tree  structures.  Uses of  pattern matching  include\noutputting  the locations  (if any)  of  a pattern  within a  token\nsequence, to output  some component of the matched  pattern, and to\nsubstitute  the matching  pattern  with some  other token  sequence\n(i.e., search and replace).\n\nsource : http:\/\/en.wikipedia.org\/wiki\/Pattern_matching\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>UNIX Command $ls bp cfg.c cfg.h CVS gtk Makefile sample.cfg simpleproxy.c $ls -I gtk bp cfg.c cfg.h CVS Makefile sample.cfg simpleproxy.c $ls -I gtk CVS Entries Repository Root $ls -I CVS gtk main.c Makefile simpleproxy-gtk.c $ls -I cfg.c bp cfg.h CVS gtk Makefile sample.cfg simpleproxy.c $ls -I bp cfg.c cfg.h CVS gtk Makefile sample.cfg simpleproxy.c &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2011\/12\/22\/ls-i-option-2\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;ls ( -I option )  do not list implied entries matching shell PATTERN&#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\/6515"}],"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=6515"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/6515\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=6515"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=6515"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=6515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}