![]() |
|
|
|
|
|||||||
| 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 |
| Using Rename to move files | snufse | UNIX for Dummies Questions & Answers | 1 | 04-09-2008 09:57 AM |
| How to move all files except one? | Kim Walisch | Shell Programming and Scripting | 4 | 11-02-2007 01:00 PM |
| move files | uniksbro | UNIX for Advanced & Expert Users | 4 | 07-31-2007 08:42 AM |
| move files | ust | Shell Programming and Scripting | 5 | 07-03-2005 11:41 PM |
| move files | mta | UNIX for Dummies Questions & Answers | 2 | 01-16-2004 09:22 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
how to move files
Message broker is creating multiple files on my unix box.
Files are like *.txt, *.dat, *.csv etc. I can pass following parameters to my script, $SourceFileDir, $TargetFileDir, $FileName. I wrote a script which can move one files from $SourceFileDir to $TargetFileDir after assigning $FileName=abc.txt. But how will I move multiple extension files to $TargetFileDir? thanks monica |
| Forum Sponsor | ||
|
|