em23
16 years agoLevel 4
RegEx help
I want to back up a few files, and split these into separate streams. The way my files are split up are into A-Z. I was wondering if the following would work.
NEW_STREAM
/myfiles/[A-PM]*
NEW_STREAM
/myfiles/[PN-ZZ]*
or does it need to be /[AA-PM]* and /[PN-ZZ]*
NEW_STREAM
/myfiles/[A-PM]*
NEW_STREAM
/myfiles/[PN-ZZ]*
or does it need to be /[AA-PM]* and /[PN-ZZ]*
- Include letters in small case then, Unixes are case-sensitive