マガジンのカバー画像

シェルプログラミング

37
シェルプログラミング関係の記事。
運営しているクリエイター

2022年10月の記事一覧

シェルプログラミング - はじまり

環境:macOS Monterey version 12.6.1 やりたいことはシェルでファイルを読み込んで…したい…

code-224
1年前
2

シェルプログラミング - 自身のファイル名を取得

環境:macOS Monterey Ver 12.6 シェル:/bin/bash 自身のファイル名を取得 シェルでエラー…

code-224
1年前
1

シェルプログラミング - 変数

環境:macOS Monterey Ver 12.6 シェル:/bin/bash 代入するときは、以下のようにスペース空…

code-224
1年前

シェルプログラミング - 配列

$ bash -version | head -n 1GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu) 配…

code-224
1年前

シェルプログラミング - 数値の比較

環境:macOS Monterey Ver 12.6 シェル:/bin/bash 比較 A -eq B , A == Bの意 #!/bin/bashV…

code-224
1年前

シェルプログラミング - 文字列の比較

環境:macOS Monterey Ver 12.6 シェル:/bin/bash こっちの記述のほうが馴染みがありますが…

code-224
1年前

シェルプログラミング - 日付で気になる点

MACとWIndows?でdateコマンドのオプションが異なっていて、?となった。 どちらもGNUのbashなんだけど…どうしてだろう? 環境①:macOS Monterey Ver 12.6 $ bash -version | head -n 1GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin21) 環境②:Windows10,PowerShell,ubuntu $ bash -version | he