Post by Jassim1 » Mon Jan 04, 2021 10:25 pm

Hello. I`ve just copied my store to different host and different domain and i`m looking for some way to search words in all opencart files. I want to make that because i want to search for the domain of my old store and see if i forgot something to change in the root files. I know that there is such option because in one topic (but I cant remember the topic name or what was about) i saw user that shown a list with staistic how much times you can find exact word in all files. In his case was around 20 files mobdro kodi.
I will be very happy if someone helps with that.
Last edited by Jassim1 on Wed Jan 06, 2021 3:57 pm, edited 1 time in total.

New member

Posts

Joined
Thu Jan 16, 2020 4:55 pm

Post by by mona » Mon Jan 04, 2021 11:26 pm

This is not an Opencart question

Within your CPanel?
That would be your host.

On your local machine - that would depend on your system
google would be the best advice

DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.


https://www.youtube.com/watch?v=zXIxDoCRc84


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by mikeinterserv » Mon Jan 04, 2021 11:33 pm

You can use something like notepad++ which has a search in files feature
or
If your on linux

grep -iRl "your words here" ./

Will find ALL files with the word between the quotes

If your on Windows

findstr /s /i /m /C: "string to find" *.* -- Will find and list all files with string EXACT

Active Member

Posts

Joined
Thu May 28, 2020 6:55 am
Location - Wales
Who is online

Users browsing this forum: No registered users and 124 guests