|
Forum Index : Microcontroller and PC projects : xFind String Find across Files for CMM2
| Author | Message | ||||
| epsilon Senior Member Joined: 30/07/2020 Location: BelgiumPosts: 255 |
Hi all, My current project is getting large (or is it my head that's getting small?) and it's getting hard to keep track of where I put everything. Hence the following obvious little utility program: xFind String Find across Files for CMM2 --------------------------------------- Current Version: 0.1 Changelog --------- 0.1: Initial Version Description ----------- xFind finds all occurrences of a given text string across files specified by a filespec or directory. Usage ----- *xFind "text string" <filespec or dir> Examples: Search for text "SUB foo" in all .INC files in current directory: *xFind "SUB foo" *.INC Search for text "foo$()" in directory "bar" (and subdirectories): *xFind "foo$()" bar If no directory is specified, all files in the current directory (and subdirectories) are searched. Search is case insensitive. Required CMM2 firmware version ------------------------------ V5.06.00 To-Dos ------ Regular Expression matching GitHub ------ https://github.com/epsilon537/xFind_cmm2 Cheers, Ruben/Epsilon. xFind.zip Epsilon CMM2 projects |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |