1

If ls [ab]* lists all files with names that start with a or b, Then ls [*a]* will list all files with names that start with * (everything) or a. So why does it only list file with names starting with a?

0 Answers0