Emmanuel Seyman <[EMAIL PROTECTED]> writes:

> I'm trying to find a way to get the names of the files in my Mail folder
> but would like to exclude the sent folder.
> I'm trying to find the parameters to echo that will send me the list
> but I'm having a hard time and I was wondering if somebody could help me.

How can we tell you what globbing syntax to use if you don't show us
the file names?

What does `ls Mail' print?
Probably this will work depending on what file names are in there?

ls Mail/[a-rt-z]*
It will show all files except those beginning with `s'



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to