Linuxのシェルについてはおそらくご存じのことだろう――LinuxでKonsoleやxtermなどの端末ウインドウを開いてコマンドを入力するとき、文字を受け付けているのが他でもないLinuxのシェルだ。あるいはファイルにコマンドを書き込んで、実行可能にして、実行 ...
An associative array is an array which uses strings as indices instead of integers. To see how associative arrays work, we’re going to look at both the Korn shell and Perl, though only the newest ...
bashで何らかの算術演算をしようとすれば、「answer=$( echo 1.5 + 1.7 | bc )」や「answer=$( echo 1.5 1.7 | awk '{print $1 + $2 }' )」などのような形で間接的に実行するしかない。しかしKornシェルの場合には直接的に「answer=$(( 1.5 + 1.7 ))」や「((answer = 1.5 + 1.7 ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する