Skip to main content
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.3k
  • 205
  • 1.8k
  • 2.3k
Source Link
Weston Ganger
  • 2k
  • 1
  • 12
  • 10

How to get tab completion when using curly braces in Bash

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