I ran into a weird problem that I wanted to chown a bunch of hidden files and folders, which took a bit of an odd set of arguments to do. It wasn’t difficult, but I wanted to document it
chown -R /path/to/.[^.]*

Just another tech blag
I ran into a weird problem that I wanted to chown a bunch of hidden files and folders, which took a bit of an odd set of arguments to do. It wasn’t difficult, but I wanted to document it
chown -R /path/to/.[^.]*