![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 |
| rename | bohoo | Shell Programming and Scripting | 1 | 04-07-2008 12:05 PM |
| rename files help | piltrafa | UNIX for Dummies Questions & Answers | 2 | 10-04-2007 06:47 AM |
| how to rename a file before and after a ftp? | forevercalz | Shell Programming and Scripting | 2 | 10-28-2005 06:19 AM |
| how can I rename the following=-^ | nj78 | UNIX for Dummies Questions & Answers | 5 | 09-29-2005 10:13 PM |
| rename using mv ? | simon2000 | UNIX for Dummies Questions & Answers | 2 | 03-19-2004 12:46 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
rename while doing ftp
hi friends,
I writing a script to psot dataset to ceratin server.....while doing ftp I have to rename the file while which is in present server like present :test server filename data.097878. ftp server: it sholu be renamed as data.097878.zip thanks, The thing is that while we make put data.097878 I want to rename it atr this instant.. PWD=nagabhushna file data.097878 ftp -inv production username password cd some dir put data.097878 at this instant I want to rename it and post it as data.097878.tested Last edited by Nagabhushan; 08-28-2007 at 12:56 AM. |
| Forum Sponsor | ||
|
|