Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

any tool to add ".com" to the end of bulk keywords?

Status
Not open for further replies.

1234567

DNF Regular
Legacy Exclusive Member
Joined
May 8, 2005
Messages
655
Reaction score
0
Hi, if i have bulk keywords and wish to add .com at the end but not wishing to do it one by one. Anyone know is there any tool to do this?? Thanks!

illustration:

ABC
XYZ
PQR
...

>>


ABC.com
XYZ.com
PQR.com
..... .com
 

WeBuyThe.Com

WE BUY DOMAINS
Legacy Exclusive Member
Joined
Dec 31, 2005
Messages
1,237
Reaction score
11
I know a great tool called office that will do this :-)
put the data in excel
Column A = ABC
Column B = .com
Complete the mail merge and you should have what you need
 

yuming

Level 4
Legacy Platinum Member
Joined
Jan 7, 2006
Messages
110
Reaction score
0
a9003 said:
I know a great tool called office that will do this :-)
put the data in excel
Column A = ABC
Column B = .com
Complete the mail merge and you should have what you need
Yes,I agree.It's a simple method.:thumb:.
 

cursal

MomsDigest.com For Sale!
Legacy Exclusive Member
Joined
Aug 27, 2003
Messages
1,594
Reaction score
2
so how many rows does MS office have. 120,000?

I think Open Office has 64,000, but still not bad for being free... :)
 

cursal

MomsDigest.com For Sale!
Legacy Exclusive Member
Joined
Aug 27, 2003
Messages
1,594
Reaction score
2

Rushh

Level 4
Legacy Platinum Member
Joined
Mar 25, 2006
Messages
174
Reaction score
0
Both have the same i think, but i am sure that Ms Office has 65536.
 

aldwin

DNF Member
Legacy Exclusive Member
Joined
Jun 29, 2005
Messages
405
Reaction score
0
65536 even on OpenOffice.

Just be sure to find and replace a space after merging.

Edit---find and replace---> replace all
 

Ian

DNF Exclusive
Legacy Exclusive Member
Joined
Mar 26, 2006
Messages
1,616
Reaction score
5
aldwin said:
Just be sure to find and replace a space after merging.

Edit---find and replace---> replace all


yes, this is one of the most useful MS Word tool for a domainer...i just like it
 

sevent

DNF Regular
Legacy Exclusive Member
Joined
Jul 24, 2004
Messages
631
Reaction score
0
You can do this easy in UltraEdit. Just replace every new line with ".com".

Replace: ^p
With: .com

You can do unlimited lines all at once.
 

GenericTypo

DNF Member
Legacy Exclusive Member
Joined
Mar 26, 2005
Messages
329
Reaction score
0
DCG posted a tool awhile back that does exactly what you want. turns anything into a proper .com
 

Dale Hubbard

Formerly 'aZooZa'
Legacy Exclusive Member
Joined
Jan 24, 2003
Messages
5,578
Reaction score
91
Get Cygwin!

One liner:

awk '{print$1".com"}' inputfile >outputfile
 

droplister

Level 8
Legacy Platinum Member
Joined
Jun 19, 2005
Messages
1,155
Reaction score
4
I use this

PHP:
<?
$text = "word<br>
word<br>";
$text = eregi_replace("<br>", ".com<br>", $text); 
echo $text;
?>

$text are your words, i put my list into a WYSIWYG editor and it adds <br> for me.

the second $text tells the php to put a .com where every <br> is. It works pretty good for me. If you enter them in the format of...

word
<br>
word
<br>

the results come back as

word .com

but you can just enter that into the script and change it to " .com", ".com<br>"

The <br> assures that there is 1 domain per line.


I hope this helps i use it daily
 

prose

DNF Member
Legacy Exclusive Member
Joined
Apr 18, 2004
Messages
380
Reaction score
0
pretty easy to do with bash at the linux console too
 

scrsteven

Level 7
Legacy Exclusive Member
Joined
Mar 26, 2005
Messages
971
Reaction score
2
Just open your list in Word, Use replace ^p with .com^p
That replaces the end of each line with .com. I do this type of stuff in word everyday- for lists over 200k long even.
 

B3n

Level 5
Legacy Platinum Member
Joined
Aug 23, 2005
Messages
255
Reaction score
0
You could do this in vi(m): "%s/$/\.com/g".
 

MrDude

Level 8
Legacy Platinum Member
Joined
Jun 10, 2005
Messages
1,219
Reaction score
1
your computer could get really laggy if it was thousands if you use a gui editor just to be safe I would have php do it for you
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Premium Members

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators

Top Bottom