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)
-   -   What is the fastest way to create 100 files from a list of 100 words? (https://gfy.com/showthread.php?t=384795)

Fred Quimby 11-07-2004 07:04 AM

What is the fastest way to create 100 files from a list of 100 words?
 
Thanks Homies:glugglug

groark 11-07-2004 07:08 AM

10$ paypal i'll do it
icq: 105315800 :glugglug

Fred Quimby 11-07-2004 07:10 AM

Quote:

Originally posted by groark
10$ paypal i'll do it
icq: 105315800 :glugglug

Paypal froze my acct 6 months ago,,,I'm still waiting for my 5k

Fred Quimby 11-07-2004 07:10 AM

I just found this on download.com

I'm gonna give it a shot

http://www.download.com/A-F-5-Rename...l?tag=lst-0-11

groark 11-07-2004 07:12 AM

I also accept moneybookers :Graucho

gxer 11-07-2004 07:26 AM

one string command in C shell for UNIX/LINUX

Fred Quimby 11-07-2004 08:14 AM

Quote:

Originally posted by gxer
one string command in C shell for UNIX/LINUX
Thats not gonna work

MickeyG 11-07-2004 09:03 AM

the duplicate function in chameleon submitter can do that.

natkejs 11-07-2004 09:11 AM

list.txt:

bla bla
bla bla bla
bla bla bla bla

-->

bla bla.txt
bla bla bla.txt
bla bla bla bla.txt

???

I'm not following entirely ;)

V_RocKs 11-07-2004 09:14 AM

PERL... Load the words into an array and have it radomize the array, make the page, randomize, make the page, etc.

notjoe 11-07-2004 09:16 AM

Quote:

Originally posted by V_RocKs
PERL... Load the words into an array and have it radomize the array, make the page, randomize, make the page, etc.
WTF?!

LOL

natkejs 11-07-2004 09:21 AM

Quote:

Originally posted by notjoe
WTF?!

LOL


swedguy 11-07-2004 09:27 AM

You didn't say if you wanted stuff in the files or not. So here's 2 examples :)

Add the names you want in list.txt


cat list.txt | xargs -n 1 touch


That will create empty files with names taken from list.txt


cat list | xargs -n 1 cp template.html


That will copy template.html to what ever names is in list.txt

crockett 11-07-2004 09:40 AM

anyone have a windows app for doing this? I don't think chameleon submitter will do that will it? I thought it would just name it like boobs.html boobs01.html boobs02.html and so on..


All times are GMT -7. The time now is 09:10 AM.

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