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?
In the same directory? You can just run touch within a for loop. > 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 Again, similarly using cp in a for loop? My methods are crude so there might be better methods of doing it. I'd myself like to know about those too. _______________________________________________ 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
