What is {.,}?

I understand

ls -l {.,}*foo*

is used to list both the hidden and non-hidden files. I want to know what exactly the expression {.,} stands for and what are the other use cases of it

1 Like

man bash :

2 Likes