Joh*_*ore 6 bash macos
例如,当使用 Bash 命令行时,我可以使用...
cd /volumes
但是我想输入...
cd /vol*
但这不起作用。有没有办法使用通配符导航目录?
Wil*_*ell 7
Mac OS 默认使用不区分大小写的文件系统。cd /volumes等价于cd /Volumes,但 bash 不能 glob vol*: trycd /Vol*
cd /Volumes
vol*
cd /Vol*
归档时间:
13 年,6 月 前
查看次数:
6591 次
最近记录: