bencomp
d25ba6a30a
Make find return sample a YAML dict
...
In the description of the find module return value, the sample dict
has its key=value strings converted to key=value: None in the
web documentation. This commit updates the sample output to a 'real'
dict.
Minor additional edit in the description: "return list *of* files".
2016-12-08 11:25:24 -05:00
John R Barker
25b6492d37
Bulk spelling improvement to modules-core ( #5225 )
...
* Correct spelling mistakes
* Correct more spelling issues
* merge conflict
* Revert typo in parms
2016-12-08 11:25:20 -05:00
Chris Short
8ffe5c3c54
find.py: Editing contains description to say regex ( #4452 )
...
find module contains argument appears to accept regex; correcting description accordingly
2016-12-08 11:24:51 -05:00
Brian Coca
8d0d251003
removed 'overquoting' of example
...
fixes #3029
2016-12-08 11:24:05 -05:00
Brian Coca
f7f8df1773
since find doesn't make changes, support check mode and gather data for other tasks in check mode
2016-12-08 11:23:44 -05:00
Brian Coca
14455f4acc
final form, use_regex now controls if patterns is glob or regex - fixed cases in which stat fails (dangling symlink) - now properly reports name of skipped paths
2016-12-08 11:23:43 -05:00
Brian Coca
3e5dc1fd74
changed so regexes and shell globs work transparently
2016-12-08 11:23:43 -05:00
Brian Coca
baeb6d8dc0
fixed bug in spec
2016-12-08 11:23:42 -05:00
Brian Coca
a964754484
added regex support to find, also added 'singular' aliasess to patterns and paths
2016-12-08 11:23:42 -05:00
Ritesh Khadgaray
9c3f9d23c8
Add the ability to grep for content
2016-12-08 11:23:09 -05:00
Brian Coca
3f325408df
find module updated to be able to get checksums and stat data, also now it only stats a file once so it should be quite faster on large file sets
2016-12-08 11:22:53 -05:00