Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 17:31 17 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : xFind String Find across Files for CMM2

Author Message
epsilon

Senior Member

Joined: 30/07/2020
Location: Belgium
Posts: 255
Posted: 08:51pm 19 Feb 2021
Copy link to clipboard 
Print this post

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
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025