Find NAME pattern
Posted: Mon Oct 17, 2011 9:50 pm
I am working on a gui (in Gui4Cli) for Find
Some questions:
1) It seems that pattern matching with Find is different than with list command
list a#? will list all filenames starting with a
find a#? lists all files having an "a " in their name (python like)
What is the character indicating the begin of the name (^ caret in python, does not work)
Are there other differences (character indicating end of string) ?
2) i did read LFORMAT is only for date and time variations; it would be more interesting to have the 'list' LFormat possibilities too. (say LFORMATD & LFORMATG) any chance?
3) what are tthe keywords WITHIN and BETWEEN for? how can they be used?
Some questions:
1) It seems that pattern matching with Find is different than with list command
list a#? will list all filenames starting with a
find a#? lists all files having an "a " in their name (python like)
What is the character indicating the begin of the name (^ caret in python, does not work)
Are there other differences (character indicating end of string) ?
2) i did read LFORMAT is only for date and time variations; it would be more interesting to have the 'list' LFormat possibilities too. (say LFORMATD & LFORMATG) any chance?
3) what are tthe keywords WITHIN and BETWEEN for? how can they be used?