{"id":910,"date":"2021-03-05T18:41:29","date_gmt":"2021-03-05T09:41:29","guid":{"rendered":"http:\/\/www.opentone.co.jp\/ot-lab\/?p=910"},"modified":"2025-05-12T10:06:19","modified_gmt":"2025-05-12T01:06:19","slug":"command","status":"publish","type":"post","link":"https:\/\/www.opentone.co.jp\/ot-lab\/all\/web-system\/command","title":{"rendered":"\u5909\u6570\u306e\u4e2d\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c"},"content":{"rendered":"\n<p>\u30b7\u30a7\u30eb\u5909\u6570\u306b\u683c\u7d0d\u3057\u305f\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u3044\u3002<\/p>\n\n\n\n<p>\u4f8b\u3048\u3070\u3053\u3093\u306a\u30b3\u30de\u30f3\u30c9\u304c\u3001\u5909\u6570\u306b\u5165\u3063\u3066\u305f\u3068\u3059\u308b\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>script=\"sh func.sh run a script.\"\n<\/code><\/pre>\n\n\n\n<p>\u3061\u306a\u307f\u306b <code>func.sh<\/code> \u306f\u3053\u3093\u306a\u30b3\u30fc\u30c9\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#!\/bin\/bash\n\necho $*\n<\/code><\/pre>\n\n\n\n<p>\u3053\u306e\u5909\u6570\u306b\u5165\u3063\u305f <code>func.sh<\/code> \u306f\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u8a18\u8ff0\u3059\u308b\u3053\u3068\u3067\u5b9f\u884c\u53ef\u80fd\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#\n# sh sample.sh\n#\nscript=\"sh func.sh run a script.\"\n\n${script}\n\n`echo ${script}`\n\n$(echo ${script})\n<\/code><\/pre>\n\n\n\n<p>\u5e38\u8b58\u3002<\/p>\n\n\n\n<p>\u3067\u3082\u3053\u308c\u3060\u3068\u3001\u3053\u3093\u306a\u30d1\u30bf\u30fc\u30f3\u3067\u3046\u307e\u304f\u3044\u304b\u306a\u3044\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>script=\"sh func.sh 'run a script.'\"\n<\/code><\/pre>\n\n\n\n<p>\u306a\u306b\u304c\u3046\u307e\u304f\u3044\u304b\u306a\u3044\u3063\u3066\u3001\u5148\u307b\u3069\u306e <code>func.sh<\/code> \u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5909\u66f4\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#!\/bin\/bash\n\necho $*\necho $#\n<\/code><\/pre>\n\n\n\n<p>\u3053\u308c\u3092\u5b9f\u884c\u3059\u308b\u3068\u3001<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sh sample.sh\n  # 'run a script.'\n  # 3\n  # 'run a script.'\n  # 3\n  # 'run a script.'\n  # 3\n<\/code><\/pre>\n\n\n\n<p>\u3068\u306a\u308b\u3002<\/p>\n\n\n\n<p><code>'run a script.'<\/code> \u304c <code>'run<\/code> \u3068 <code>a<\/code> \u3068 <code>script.'<\/code> \u3068\u3044\u3046\u5f15\u6570\u3068\u3057\u3066\u8a8d\u8b58\u3055\u308c\u3066\u3057\u307e\u3063\u3066\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u3082\u3061\u308d\u3093\u671f\u5f85\u5024\u306f\u3001\u3053\u3046\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sh func.sh 'run a script.'\n  # run a script.\n  # 1\n<\/code><\/pre>\n\n\n\n<p>\u3053\u308c\u3092\u671f\u5f85\u5024\u3069\u304a\u308a\u306b\u5b9f\u884c\u3057\u305f\u3044\u5834\u5408\u306b\u306f\u3001<code>eval<\/code> \u30b3\u30de\u30f3\u30c9\u4f7f\u3063\u3066\u5b9f\u884c\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#\n# sh sample.sh\n#\nscript=\"sh func.sh 'run a script.'\"\n\neval ${script}\n<\/code><\/pre>\n\n\n\n<p>\u3053\u308c\u3060\u3068\u3001\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u671f\u5f85\u901a\u308a\u306e\u7d50\u679c\u304c\u5f97\u3089\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sh sample.sh\n  # run a script.\n  # 1\n<\/code><\/pre>\n\n\n\n<p>\u5e38\u8b58\uff1f&nbsp;<\/p>\n<div class=\"opent-_2\" style=\"margin-top: 10px;margin-right: 10px;margin-bottom: 10px;margin-left: 10px;\" id=\"opent-3101284762\"><a href=\"https:\/\/www.opentone.co.jp\/backlog\/\" aria-label=\"twitter_backlogskt_new\"><img src=\"https:\/\/www.opentone.co.jp\/ot-lab\/wp-content\/uploads\/sites\/11\/2023\/02\/twitter_backlogskt_new.jpg\" alt=\"\"  srcset=\"https:\/\/www.opentone.co.jp\/ot-lab\/wp-content\/uploads\/sites\/11\/2023\/02\/twitter_backlogskt_new.jpg 1024w, https:\/\/www.opentone.co.jp\/ot-lab\/wp-content\/uploads\/sites\/11\/2023\/02\/twitter_backlogskt_new-300x157.jpg 300w, https:\/\/www.opentone.co.jp\/ot-lab\/wp-content\/uploads\/sites\/11\/2023\/02\/twitter_backlogskt_new-768x401.jpg 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" width=\"384\" height=\"200\"   \/><\/a><\/div>","protected":false},"excerpt":{"rendered":"<p>\u30b7\u30a7\u30eb\u5909\u6570\u306b\u683c\u7d0d\u3057\u305f\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u3044\u3002 \u4f8b\u3048\u3070\u3053\u3093\u306a\u30b3\u30de\u30f3\u30c9\u304c\u3001\u5909\u6570\u306b\u5165\u3063\u3066\u305f\u3068\u3059\u308b\u3002 \u3061\u306a\u307f\u306b<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[28],"tags":[8],"class_list":["post-910","post","type-post","status-publish","format-standard","hentry","category-web-system","tag-blog",""],"acf":[],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"engage-mag-carousel-img":false,"engage-mag-carousel-img-landscape":false,"engage-mag-carousel-large-img":false,"engage-mag-carousel-large-img-landscape":false,"engage-mag-large-thumb":false,"engage-mag-small-thumb":false},"uagb_author_info":{"display_name":"ah106rx4o4","author_link":"https:\/\/www.opentone.co.jp\/ot-lab\/author\/ah106rx4o4"},"uagb_comment_info":0,"uagb_excerpt":"\u30b7\u30a7\u30eb\u5909\u6570\u306b\u683c\u7d0d\u3057\u305f\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u305f\u3044\u3002 \u4f8b\u3048\u3070\u3053\u3093\u306a\u30b3\u30de\u30f3\u30c9\u304c\u3001\u5909\u6570\u306b\u5165\u3063\u3066\u305f\u3068\u3059\u308b\u3002 \u3061\u306a\u307f\u306b","_links":{"self":[{"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/posts\/910","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/comments?post=910"}],"version-history":[{"count":1,"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/posts\/910\/revisions"}],"predecessor-version":[{"id":912,"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/posts\/910\/revisions\/912"}],"wp:attachment":[{"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/media?parent=910"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/categories?post=910"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.opentone.co.jp\/ot-lab\/wp-json\/wp\/v2\/tags?post=910"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}