Hi Anders, * Anders kesson ([EMAIL PROTECTED]) [020923 05:10]: > Works like a charm. Seems that [x] makes all the difference. What does > it do? (Trying to learn a bit about scripts..)
The [] are part of what's called shell "filename expansion metacharacters" in this context (not to be confused with regular expressions which also uses them.) The [] is what's called a "character class." It's probably too much to explain in this mailing list but this should be enough for you to start a search on your own to learn more about them. Have fun and welcome to the world of scripting! ;) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
