Toshio Kuratomi
7319104552
Refreshed metadata for core modules
2016-12-08 11:25:35 -05:00
Fabio Alessandro Locati
2e34bad425
Call main in conditional way - files ( #5828 )
2016-12-08 11:25:35 -05:00
Brian Coca
2ba5967673
fix yaml format, clarify docs
2016-12-08 11:25:32 -05:00
Brian Coca
b278fafec8
updated desc
2016-12-08 11:25:32 -05:00
Orion Poplawski
ade7b47f28
Be able to find all contents of a directory ( #3711 )
2016-12-08 11:25:32 -05:00
David Wittman
85f6c26dff
Add 'link' file_type to find_module
...
- Adds the 'link' file_type for finding symbolic or hard links
- Use `os.lstat` instead of `os.stat` to prevent the following
of links when statting the file.
2016-12-08 11:25:31 -05:00
Sam Doran
ba76df1af1
Change examples syntax on find module
2016-12-08 11:25:29 -05:00
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