<< thanks...
last question, i hope
how do i do it case insensitive? so i can type in ls a*, and get results even when the files start with 'A'?
i tried: ls -i a*, but that doesn't seem to work. >>
[ is a powerful command, man it sometime. in this case it would be something like "ls -ld [aA]* | more". [] is like an or what is in there. Or in something like [a-z] an a through z.