たが、実行しバーコードをスキャンするとブレークモードになってしまいます。 また、CRLF('\r'と'\n'が入力された状態?)読み込んだ場合のコードの記述の仕方がわかません。 以下、修正したコードです。 prettyprint ピー using System; usingSystem.Collections.Generic using System....
$file test.sh test2.shtest.sh: Bourne-Again shell script, ASCII text executable, with CRLF line terminators test2.sh: Bourne-Again shell script, ASCII text executable がっつりwith CRLF line terminatorsって書いてありますね。 Windows: CR(\r)+LF(\n) Linux(UNIX): LF(\n) そりゃそうな...