![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do you copy files from CD | Schnell | SCO | 2 | 10-01-2007 04:29 PM |
| copy of files | bkan77 | UNIX for Advanced & Expert Users | 2 | 09-06-2007 07:53 AM |
| copy files from one dir to another | mohan705 | Shell Programming and Scripting | 6 | 02-21-2007 08:51 AM |
| copy files | chirayus | UNIX for Advanced & Expert Users | 6 | 04-12-2004 12:56 PM |
| Copy all files | 42!? | UNIX for Dummies Questions & Answers | 4 | 08-25-2002 01:05 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to copy N files from one dir to another
Hi,
I have a script that can only handLE limited number of input files. I need to be able to write a command (or a script) that: 1> copies N number of files from one directory (A) to another (B). 2> Files that are moved need to be renamed. 3> Files picked to be moved have same prefix. For example, if N=2 Before Dir A Dir B ----------------- F1 F2 F3 F4 X After 1 execution Dir A Dir B ------------------ F3 F1 F4 F2 X After 2nd execution Dir A Dir B ----------------- X F1 F2 F3 F4 I am using HP unix Your help is appreciated. Thanks. GMMIKE |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|