On Fri, Aug 7, 2009 at 2:20 PM, Shrinivasan T <[email protected]>wrote:

> For a testing, I want to create some 1,00,000 files to be created.
>
> How to create them?
>
> Or
>
> I have a text file. How to create 1,00,000 copies of the same file?
>
> File Names may have the number i.e  <filename><no>.txt
>
>
Something like this??
for i 1 to 100000 :
 filename = "myself"+ i
 touch filename


obviously....in bash..and check the syntaxes etc.
_______________________________________________
To unsubscribe, email [email protected] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to