Regular Expressions
Shell Globbing
Not Regular Expressions but like RegEx Light
Platform Specific (not POSIX)
[]$ ls /var/websites/site[35]/httpd/logs/*.log
/var/websites/site3/httpd/logs/access.log
/var/websites/site3/httpd/logs/error.log
/var/websites/site5/httpd/logs/access.log
/var/websites/site5/httpd/logs/error.log
[]$
Tux the Linux Penguin.