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)
-   -   Any good Scan and Replace Program? (https://gfy.com/showthread.php?t=529033)

President 10-17-2005 11:23 AM

Any good Scan and Replace Program?
 
Can someone recommend a Scan and Replace program that can handle thousands of files.
Either Unix or Windows based.
I would imagine a Unix version would be faster, I need to do "blocks" of data not just a word or two.

Thanks

dready 10-17-2005 11:32 AM

bump :thumbsup

President 10-17-2005 12:31 PM

Okay with all these threads about this new annoying skin, I need to do a bump here.

There has got to be someone out there with a solution :(

xxxice 10-17-2005 02:56 PM

bump :thumbsup

u-Bob 10-17-2005 03:29 PM

perl is your friend.

President 10-17-2005 04:51 PM

Quote:

Originally Posted by u-Bob
perl is your friend.


I know the program is simple if you know how to do it and yes I think a Unix tool would be best. I once had one but have misplaced it.

There has got to be something out there...

Bump

Chio 10-17-2005 04:54 PM

Quote:

Originally Posted by President
Can someone recommend a Scan and Replace program that can handle thousands of files.
Either Unix or Windows based.
I would imagine a Unix version would be faster, I need to do "blocks" of data not just a word or two.

Thanks


I use macromedias home site, the find and replace in that can do wonders.

If you need to do lots of files, use the check box for subdirectories, and folder location. Also you can add or block extensions too.

sunshynevideo 10-17-2005 04:58 PM

Try search and replace 98

Its for windows and will handle just about anything you can throw at it

http://www.htmlworkshop.com/

President 10-17-2005 05:16 PM

Thanks Chio, I am currenty using Macromedia but it has been running for 18 hours and has a loooong ways to go. I think Unix is the only answer :Oh crap

Ober 60k files :(

RobbieRye 10-17-2005 05:39 PM

vi for unix

editpad for windows

studiocritic 10-17-2005 06:24 PM

A tool called rpl for unix.. hit me up on icq if you need help w/ it 254342256

President 10-17-2005 06:55 PM

Quote:

Originally Posted by studiocritic
A tool called rpl for unix.. hit me up on icq if you need help w/ it 254342256

Thanks, I'll give that a try and report back, Thanks for the ICQ will contact you if I run into any problems.

:thumbsup

RobbieRye 10-17-2005 07:04 PM

Here is a quick shell script that might help you out:

for fl in *.txt; do
mv $fl $fl.old
sed 's/find/replace/g' $fl.old > $fl
done


All times are GMT -7. The time now is 03:04 AM.

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