{"author_url":"https://blog.hatena.ne.jp/woshidan/","width":"100%","type":"rich","image_url":null,"categories":["bash","\u5f15\u6570"],"version":"1.0","title":"bash\u3067\u5f15\u6570\u306e\u914d\u5217\u306e\u4e00\u3064\u5f8c\u306e\u8981\u7d20\u3092\u53d6\u308a\u51fa\u3059","provider_url":"https://hatena.blog","height":"190","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwoshidan.hatenadiary.jp%2Fentry%2F2017%2F12%2F02%2F223945\" title=\"bash\u3067\u5f15\u6570\u306e\u914d\u5217\u306e\u4e00\u3064\u5f8c\u306e\u8981\u7d20\u3092\u53d6\u308a\u51fa\u3059 - woshidan&#39;s loose leaf\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","description":"\u5373\u5e2d\u3067\u4f5c\u3063\u305f\u30b7\u30a7\u30eb\u30b9\u30af\u30ea\u30d7\u30c8\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u81ea\u524d\u89e3\u6790\u304c\u3057\u305f\u304f\u3066\u3002\u3002 #!/bin/bash i=0 for OPT in \"$@\" do echo \"index: $i OPT: $OPT OPT\u306e\u4e00\u500b\u5f8c\u308d\u306e\u8981\u7d20 ${@:$(expr $i + 2):1}\" # $i + 1 \u3067\u306a\u3044\u306e\u306f@\u306e\u5148\u982d\u306f\u5168\u8981\u7d20\u3092\u51fa\u529b\u3059\u308b\u305f\u3081 i=$(expr $i + 1) done $ test.sh aa bbb c d index: 0 OPT: aa OPT\u306e\u4e00\u500b\u5f8c\u308d\u306e\u8981\u7d20 bbb index: 1 OPT: bbb OPT\u306e\u4e00\u500b\u5f8c\u308d\u306e\u8981\u7d20 c index: 2 OPT: c OPT\u306e\u4e00\u500b\u5f8c\u308d\u306e\u8981\u7d20 d ind\u2026","blog_title":"woshidan's loose leaf","author_name":"woshidan","provider_name":"Hatena Blog","published":"2017-12-02 22:39:45","url":"https://woshidan.hatenadiary.jp/entry/2017/12/02/223945","blog_url":"https://woshidan.hatenadiary.jp/"}