I want to have tab completion when using curly braces in a command in bash.
For example:
cp ~/html/{foo bar.txt whatever} /var/www/html/
I want the tab completion for the files stated in the curly braces
I want to have tab completion when using curly braces in a command in bash.
For example:
cp ~/html/{foo bar.txt whatever} /var/www/html/
I want the tab completion for the files stated in the curly braces