Y
Hacker News
new
|
ask
|
show
|
jobs
by
tedunangst
5070 days ago
Minor point: if the glob doesn't match it isn't expanded. Sometimes useful. I rarely escape scp commands for instance.
1 comments
ralph
5069 days ago
See `failglob' elsewhere on this page. What you suggest is sometimes useful but also sometimes wrong and hard to spot because the glob might match locally and one not realise.
link