![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dynamically ftp'ing a file | pyaranoid | UNIX for Advanced & Expert Users | 0 | 09-02-2007 07:34 AM |
| How to write current Date dynamically in a file | Sree_2503 | Shell Programming and Scripting | 5 | 10-17-2006 05:19 PM |
| copy files dynamically from within a file | chiru_h | Shell Programming and Scripting | 1 | 08-21-2006 06:24 PM |
| dynamically linked file | sveera | UNIX for Advanced & Expert Users | 5 | 06-03-2005 02:52 PM |
| dynamically linked file | sveera | Shell Programming and Scripting | 1 | 05-06-2005 02:40 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Need to dynamically create a file
I'm trying to write a script that generates a file of varying size filled with random text and am having some difficulties.
The major problems are that I'm limited to csh and a lot of the systems I have to run this on don't have a /dev/random (so a wrapper around the dd if=/dev/random or dd if=/dev/zero commands won't work). This script is going to be run on varying UNIX operating systems and, as I've said, the lowest common denominator is csh. I'd like to make this as cross-platform as possible. Anyone have any recommendations? |
|
||||
|
Quote:
I already have all the ftp parts automated, I just can't figure out how to generate the file dynamically before ftp kicks in (I don't actually want to keep the files, they just need to be around for the ftp's). Being limited to csh and not having /dev/random hurts a bit. |
|
||||
|
Quote:
In the future, a simple "I don't know" would suffice instead of calling into question my purpose. Someone else wish to give me a hand? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|