bash シェル、ブレース展開、チルダ展開、ファイル名展開(グロブ展開)

引用元: bash 入門https://rat.cis.k.hosei.ac.jp/article/linux/bash_intro.html
f:id:ti-nspire:20160405084819j:plain




引用元:『UNIX&C用語辞典 (HBJ integrated libraries)』p.99
globbing グロービング
シェルのファイル名生成プロセスの実行を指す略式の(しかし的確な)名称。ファイル名生成プロセスは,現代のシステムではシェルによって実行されるが,Version 6 UNIX ではプログラム /etc/glob によって行われた。C シェルには,ファイル名生成プロセスを中止する noglob コマンドがある。



引用元: The Unix Dictionary of Commands, Terms, and Acronyms(McGraw-Hill)p.117
glob
C shell command that performs expansions of filenames and other word lists. It is used mainly in shell scripts.(註: extension ではない