Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Perl Script to create sample files in each directories created.

by rahul_lfo (Initiate)
on Oct 09, 2013 at 15:25 UTC ( [id://1057570]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl Script to create sample files in each directories created.
in thread Perl Script to create sample files in each directories created.

Thanks for your replies!. The problem is that I need a directory structure (which I am able to generate through the above perl script) which has sample files like .png or .doc etc. Currently I am generating directories with the above perl script and then by using touch(shell) command to create the file in there directories. The shell script to create files in there directories is given below-
#!/bin/bash random_content () { < /dev/urandom tr -dc A-Za-z0-9_ | head -c300 } for I in {1..10} do touch file$I.txt random_content > file$I.png done
I am a newbie ,I need these two codes to work together. Please guide.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1057570]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-03-19 06:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found