{"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":[],"_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}]}}