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.

I've tried `echo [^sent]*` which send back every file but those starting
with s, e, n and t. `echo [^s]*` sends back every file but those
starting with s but that's not enough. Any globbing experts out there?

Emmanuel



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

Reply via email to