GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Search + REPLACE 98 + Similiar (https://gfy.com/showthread.php?t=82302)

Darren 10-12-2002 02:23 PM

Search + REPLACE 98 + Similiar
 
Search and replace 98 is a great program for chaning my html anyone know a program which do it for php files as well?

AzteK 10-12-2002 02:25 PM

is it just a simple search and replace?
I use textpad for mine and it's free...

if not I'm sorry...

Webby 10-12-2002 02:35 PM

Another prog.. I think best of the lot is CodeSwitcher ... searches thru defined directories for blocks of code and S&R's the lot..

amadman 10-12-2002 02:36 PM

I use an app called bk replaceEm

I have not used it for php but it lets you pick the extentions of the files you want to process in a folder.

theking 10-12-2002 03:02 PM

Quote:

Originally posted by Webby
Another prog.. I think best of the lot is CodeSwitcher ... searches thru defined directories for blocks of code and S&R's the lot..
CodeSwitcher is good. I frequently use it.

Scootermuze 10-12-2002 04:47 PM

Search & Replace 98 can do the php files as well.. just put them in a directory that contains just those files and select 'all files' when you pick that directory...

TFCash 10-12-2002 05:02 PM

And people ask me why I like Unix some much

find . -name "*.php" | xargs perl -i.back -pe "s/search/replace/g"

Shell in and run this in the top folder you want to make changes too, then of course replace the search and the replace with the items you are wanting to make switch :)



Tim
:Graucho


All times are GMT -7. The time now is 06:25 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123