Arr*_*cal 5 command-line bash
我喜欢为单个命令设置变量的方式,例如:
LANG=fr_FR.utf8 df -h
是否可以使用该shopt -s命令或某种其他方法以相同的方式为单个命令设置 shell 选项,例如 nullglob 或 extglob?
shopt -s
mur*_*uru 11
根据您的用例,使用子shell:
(shopt -s nullglob; foo)
归档时间:
8 年,12 月 前
查看次数:
2380 次
最近记录: