Bash: the wildcard * does not include the hidden . dot files. Which wildcard does?
| Project: | Programming | 
| Component: | Documentation | 
| Category: | feature request | 
| Priority: | normal | 
| Assigned: | Unassigned | 
| Status: | active | 
| Related pages: | #5586: Bash wildcards | 
Description
Bash: the wildcard * does not include the hidden . dot files.
$ ls -l *.txt
would not list .hidden.txt
Which wildcard would?