Bash - cp with curly brackets substitution

02 Jul 2020

from “Data Science at the Command Line”

cp top-words-{1,2}.sh # copy 1 to 2
[ bash  ]