![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Calling expect scripts from other expect scripts | seva | Shell Programming and Scripting | 0 | 04-03-2008 10:45 AM |
| tcl/expect | calsum | Shell Programming and Scripting | 7 | 03-25-2008 10:23 PM |
| Expect/Tcl help? | earnstaf | UNIX for Dummies Questions & Answers | 2 | 07-26-2007 07:01 AM |
| Expect and auto expect command | arun_v | Shell Programming and Scripting | 0 | 03-29-2006 04:31 AM |
| Expect with tcl/tk | sanjustudy | Shell Programming and Scripting | 0 | 10-10-2005 02:48 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
||||
|
||||
|
It looks like you're renaming each file on the
target host. If you don't need to rename the files then you should be able to... scp user@host:smtprelay0?.latest.sum . You can always use a shell script locally to rename them after you have received them all. |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Yes I need to rename them, because the database sees them and imports them on the fly. This whole thing is all in a cron job. So I guess doing multiple scp on the same login is not possible. I appricate your help Thank you.
|
|||
| Google The UNIX and Linux Forums |