{"id":394,"date":"2019-10-03T15:21:50","date_gmt":"2019-10-03T07:21:50","guid":{"rendered":"http:\/\/blog.cyszys.com\/?p=394"},"modified":"2019-10-03T15:21:52","modified_gmt":"2019-10-03T07:21:52","slug":"linux-shell%e8%84%9a%e6%9c%ac","status":"publish","type":"post","link":"http:\/\/blog.cyszys.com\/?p=394","title":{"rendered":"linux shell\u811a\u672c"},"content":{"rendered":"<p>\u8f6c\u81ea\uff1a<a href=\"https:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html\">https:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html<\/a><\/p>\n<p>\u5b9e\u73b0\u4ee3\u7801\u4e00<\/p>\n<p>#shell\u5224\u65ad\u6587\u4ef6\u5939\u662f\u5426\u5b58\u5728<\/p>\n<p>#\u5982\u679c\u6587\u4ef6\u5939\u4e0d\u5b58\u5728\uff0c\u521b\u5efa\u6587\u4ef6\u5939<br>\nif [ ! -d \"\/Top\" ]; then<br>\n mkdir -p \/Topfi<\/p>\n<p>#shell\u5224\u65ad\u6587\u4ef6,\u76ee\u5f55\u662f\u5426\u5b58\u5728\u6216\u8005\u5177\u6709\u6743\u9650<\/p>\n<p>folder=\"\/Top\"<br>\nfile=\"\/Top\/test.txt\"<\/p>\n<p># -x \u53c2\u6570\u5224\u65ad $folder \u662f\u5426\u5b58\u5728\u5e76\u4e14\u662f\u5426\u5177\u6709\u53ef\u6267\u884c\u6743\u9650<br>\nif [ ! -x \"$folder\"]; then<br>\n mkdir \"$folder\"<br>\nfi<\/p>\n<p># -d \u53c2\u6570\u5224\u65ad $folder \u662f\u5426\u5b58\u5728<br>\nif [ ! -d \"$folder\"]; then<br>\n mkdir \"$folder\"<br>\nfi<\/p>\n<p># -f \u53c2\u6570\u5224\u65ad $file \u662f\u5426\u5b58\u5728<br>\nif [ ! -f \"$file\" ]; then<br>\n touch \"$file\"<br>\nfi<\/p>\n<p># -n \u5224\u65ad\u4e00\u4e2a\"\u53d8\u91cf\"\u662f\u5426\u6709\u503c<br>\nif [ ! -n \"$file\" ]; then<br>\n echo \"$file \u53d8\u91cf\u4e3a\u7a7a\uff01\"<br>\n exit 0<br>\nfi<\/p>\n<p># \u5224\u65ad\u4e24\u4e2a\u53d8\u91cf\u7684\u5b57\u7b26\u4e32\u5185\u5bb9\u662f\u5426\u76f8\u540c<br>\nif [ \"$file1\" = \"$file2\" ]; then<br>\n echo \"$file1 equal $file2\"<br>\nelse<br>\n echo \"$file1 not equal $file2\"<br>\nfi<\/p>\n<p>\u5b9e\u73b0\u4ee3\u7801\u4e8c<\/p>\n<p>#!\/bin\/sh<br>\n# \u8bf4\u660e\uff1a\u5224\u65ad\u6587\u4ef6\u662f\u5426\u5b58\u5728<\/p>\n<p>myPath=\"\/Top\"<br>\nmyFile=\"\/Top\/access.log\"<\/p>\n<p># \u8fd9\u91cc\u7684-x \u53c2\u6570\u5224\u65ad$myPath\u662f\u5426\u5b58\u5728\u5e76\u4e14\u662f\u5426\u5177\u6709\u53ef\u6267\u884c\u6743\u9650<br>\nif [ ! -x \"$myPath\"]; then<br>\n mkdir \"$myPath\"<br>\nfi<br>\n# \u8fd9\u91cc\u7684-d \u53c2\u6570\u5224\u65ad$myPath\u662f\u5426\u5b58\u5728<br>\nif [ ! -d \"$myPath\"]; then<br>\n mkdir \"$myPath\"<br>\nfi<\/p>\n<p># \u8fd9\u91cc\u7684-f\u53c2\u6570\u5224\u65ad$myFile\u662f\u5426\u5b58\u5728<br>\nif [ ! -f \"$myFile\" ]; then<br>\n touch \"$myFile\"<br>\nfi<\/p>\n<p># \u5176\u4ed6\u53c2\u6570\u8fd8\u6709-n,-n\u662f\u5224\u65ad\u4e00\u4e2a\u53d8\u91cf\u662f\u5426\u662f\u5426\u6709\u503c<br>\nif [ ! -n \"$myVar\" ]; then<br>\n echo \"$myVar \u53d8\u91cf\u4e3a\u7a7a\uff01\"<br>\n exit 0<br>\nfi<\/p>\n<p># \u5224\u65ad$file\u5b57\u7b26\u4e32\u5185\u5bb9\u662f\u5426\u662f\u201c123123\u201d\u76f8\u540c<br>\nif [ \"$file1\" = \"123123\" ]; then<br>\n echo \"$file1 equal $file2\"<br>\nelse<br>\n echo \"$file1 not equal $file2\"<br>\nfi<\/p>","protected":false},"excerpt":{"rendered":"<p>\u8f6c\u81ea\uff1a<a href=\"https:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html\">https:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html<\/a> \u5b9e [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u8f6c\u81ea\uff1ahttps:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html \u5b9e\" \/>\n\t<meta name=\"author\" content=\"Eason.Cao\"\/>\n\t<link rel=\"canonical\" href=\"http:\/\/blog.cyszys.com\/?p=394\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"zh_CN\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Eason - \u54b8\u9c7c\u54af\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"linux shell\u811a\u672c - Eason\" \/>\n\t\t<meta property=\"og:description\" content=\"\u8f6c\u81ea\uff1ahttps:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html \u5b9e\" \/>\n\t\t<meta property=\"og:url\" content=\"http:\/\/blog.cyszys.com\/?p=394\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-03T07:21:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-03T07:21:52+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"linux shell\u811a\u672c - Eason\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u8f6c\u81ea\uff1ahttps:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html \u5b9e\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394#blogposting\",\"name\":\"linux shell\\u811a\\u672c - Eason\",\"headline\":\"linux shell\\u811a\\u672c\",\"author\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/#person\"},\"datePublished\":\"2019-10-03T15:21:50+08:00\",\"dateModified\":\"2019-10-03T15:21:52+08:00\",\"inLanguage\":\"zh-CN\",\"mainEntityOfPage\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394#webpage\"},\"isPartOf\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394#webpage\"},\"articleSection\":\"\\u65f6\\u95f4\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/blog.cyszys.com#listItem\",\"position\":1,\"name\":\"\\u4e3b\\u9801\",\"item\":\"http:\\\/\\\/blog.cyszys.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?cat=1#listItem\",\"name\":\"\\u65f6\\u95f4\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?cat=1#listItem\",\"position\":2,\"name\":\"\\u65f6\\u95f4\",\"item\":\"http:\\\/\\\/blog.cyszys.com\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394#listItem\",\"name\":\"linux shell\\u811a\\u672c\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/blog.cyszys.com#listItem\",\"name\":\"\\u4e3b\\u9801\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394#listItem\",\"position\":3,\"name\":\"linux shell\\u811a\\u672c\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?cat=1#listItem\",\"name\":\"\\u65f6\\u95f4\"}}]},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/#person\",\"name\":\"Eason.Cao\"},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?author=1#author\",\"url\":\"http:\\\/\\\/blog.cyszys.com\\\/?author=1\",\"name\":\"Eason.Cao\"},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394#webpage\",\"url\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394\",\"name\":\"linux shell\\u811a\\u672c - Eason\",\"description\":\"\\u8f6c\\u81ea\\uff1ahttps:\\\/\\\/www.cnblogs.com\\\/weijiangbao\\\/p\\\/7862278.html \\u5b9e\",\"inLanguage\":\"zh-CN\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?p=394#breadcrumblist\"},\"author\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/?author=1#author\"},\"datePublished\":\"2019-10-03T15:21:50+08:00\",\"dateModified\":\"2019-10-03T15:21:52+08:00\"},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/#website\",\"url\":\"http:\\\/\\\/blog.cyszys.com\\\/\",\"name\":\"Eason\",\"description\":\"\\u54b8\\u9c7c\\u54af\",\"inLanguage\":\"zh-CN\",\"publisher\":{\"@id\":\"http:\\\/\\\/blog.cyszys.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"linux shell\u811a\u672c - Eason","description":"\u8f6c\u81ea\uff1ahttps:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html \u5b9e","canonical_url":"http:\/\/blog.cyszys.com\/?p=394","robots":"","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"http:\/\/blog.cyszys.com\/?p=394#blogposting","name":"linux shell\u811a\u672c - Eason","headline":"linux shell\u811a\u672c","author":{"@id":"http:\/\/blog.cyszys.com\/?author=1#author"},"publisher":{"@id":"http:\/\/blog.cyszys.com\/#person"},"datePublished":"2019-10-03T15:21:50+08:00","dateModified":"2019-10-03T15:21:52+08:00","inLanguage":"zh-CN","mainEntityOfPage":{"@id":"http:\/\/blog.cyszys.com\/?p=394#webpage"},"isPartOf":{"@id":"http:\/\/blog.cyszys.com\/?p=394#webpage"},"articleSection":"\u65f6\u95f4"},{"@type":"BreadcrumbList","@id":"http:\/\/blog.cyszys.com\/?p=394#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"http:\/\/blog.cyszys.com#listItem","position":1,"name":"\u4e3b\u9801","item":"http:\/\/blog.cyszys.com","nextItem":{"@type":"ListItem","@id":"http:\/\/blog.cyszys.com\/?cat=1#listItem","name":"\u65f6\u95f4"}},{"@type":"ListItem","@id":"http:\/\/blog.cyszys.com\/?cat=1#listItem","position":2,"name":"\u65f6\u95f4","item":"http:\/\/blog.cyszys.com\/?cat=1","nextItem":{"@type":"ListItem","@id":"http:\/\/blog.cyszys.com\/?p=394#listItem","name":"linux shell\u811a\u672c"},"previousItem":{"@type":"ListItem","@id":"http:\/\/blog.cyszys.com#listItem","name":"\u4e3b\u9801"}},{"@type":"ListItem","@id":"http:\/\/blog.cyszys.com\/?p=394#listItem","position":3,"name":"linux shell\u811a\u672c","previousItem":{"@type":"ListItem","@id":"http:\/\/blog.cyszys.com\/?cat=1#listItem","name":"\u65f6\u95f4"}}]},{"@type":"Person","@id":"http:\/\/blog.cyszys.com\/#person","name":"Eason.Cao"},{"@type":"Person","@id":"http:\/\/blog.cyszys.com\/?author=1#author","url":"http:\/\/blog.cyszys.com\/?author=1","name":"Eason.Cao"},{"@type":"WebPage","@id":"http:\/\/blog.cyszys.com\/?p=394#webpage","url":"http:\/\/blog.cyszys.com\/?p=394","name":"linux shell\u811a\u672c - Eason","description":"\u8f6c\u81ea\uff1ahttps:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html \u5b9e","inLanguage":"zh-CN","isPartOf":{"@id":"http:\/\/blog.cyszys.com\/#website"},"breadcrumb":{"@id":"http:\/\/blog.cyszys.com\/?p=394#breadcrumblist"},"author":{"@id":"http:\/\/blog.cyszys.com\/?author=1#author"},"creator":{"@id":"http:\/\/blog.cyszys.com\/?author=1#author"},"datePublished":"2019-10-03T15:21:50+08:00","dateModified":"2019-10-03T15:21:52+08:00"},{"@type":"WebSite","@id":"http:\/\/blog.cyszys.com\/#website","url":"http:\/\/blog.cyszys.com\/","name":"Eason","description":"\u54b8\u9c7c\u54af","inLanguage":"zh-CN","publisher":{"@id":"http:\/\/blog.cyszys.com\/#person"}}]},"og:locale":"zh_CN","og:site_name":"Eason - \u54b8\u9c7c\u54af","og:type":"article","og:title":"linux shell\u811a\u672c - Eason","og:description":"\u8f6c\u81ea\uff1ahttps:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html \u5b9e","og:url":"http:\/\/blog.cyszys.com\/?p=394","article:published_time":"2019-10-03T07:21:50+00:00","article:modified_time":"2019-10-03T07:21:52+00:00","twitter:card":"summary_large_image","twitter:title":"linux shell\u811a\u672c - Eason","twitter:description":"\u8f6c\u81ea\uff1ahttps:\/\/www.cnblogs.com\/weijiangbao\/p\/7862278.html \u5b9e"},"aioseo_meta_data":[],"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/blog.cyszys.com\" title=\"\u4e3b\u9801\">\u4e3b\u9801<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/blog.cyszys.com\/?cat=1\" title=\"\u65f6\u95f4\">\u65f6\u95f4<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tlinux shell\u811a\u672c\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"\u4e3b\u9801","link":"http:\/\/blog.cyszys.com"},{"label":"\u65f6\u95f4","link":"http:\/\/blog.cyszys.com\/?cat=1"},{"label":"linux shell\u811a\u672c","link":"http:\/\/blog.cyszys.com\/?p=394"}],"_links":{"self":[{"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=\/wp\/v2\/posts\/394"}],"collection":[{"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=394"}],"version-history":[{"count":2,"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=\/wp\/v2\/posts\/394\/revisions"}],"predecessor-version":[{"id":398,"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=\/wp\/v2\/posts\/394\/revisions\/398"}],"wp:attachment":[{"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=394"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.cyszys.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}