Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
bashシェルスクリプトの大文字と小文字は区別されますか?
変数dateは?と同じDATEですか?
date
DATE
はい、UNIXの他の部分と同様に、大文字と小文字が区別されます。$dateと$DATEは2つの異なる変数です。makefileとMakefileは2つの異なるファイルです。-hおよび-Hは2つの異なるフラグです(通常)。
$date
$DATE
makefile
Makefile
-h
-H