Y
Hacker News
new
|
ask
|
show
|
jobs
by
iokanuon
2264 days ago
That's exactly why that works, the shell expands it, so
mv foo-bar-{baz,quux}.txt
becomes
mv foo-bar-baz.txt foo-bar-quux.txt