Find and replace using command line

Hi,

I am looking for some solution, script or lisp that works like find (text) and replaces its contents but using command line.
The issue is that same names are genereted in Excell and I would like to change all of them in a drawing. Is it possible?
Thanks in advance for your help

Comments

  • uh, yes and no. I have an AutoCAD plugin at https://www.CADreplace.com that I am porting to BricsCAD but the ETA on that is notoriously unreliable. Uh, so is the documentation. It does actually have undocumented commands (I had to check the source code to find them) but the UI may be more useful anyway, it does multiple searches which you can load and save from a CSV file (will be Excel files in a near-future version).

    Pic attached of the batch screen. Those searches are mostly Regular Expressions but it does plain text too.

    Is this what you're looking for? Let me know what would work for you.

  • Actually, that hurt a lot less than I thought. I still have testing to do and an installer to build but here is CAD replace running in BricsCAD.