Explain: {,} in cp or mv Bash Shell Commands
I often see commands as follows posted on blog or forums cp /etc/httpd/httpd.{,.bakup} OR mv resume{z,}.doc What is the purpose of {,} in Linux and Unix shell commands? {} is nothing but brace expansion…