The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 01-20-2006
linuxpenguin's Avatar
linuxpenguin linuxpenguin is offline Forum Advisor  
Registered User
  
 

Join Date: May 2002
Location: India
Posts: 295
what all have you tried by yourself so far?
did you try to write a script to rename the files ?
the second stage would be to put the renamed files on the new system. For that you can use rcp, rsh, ftp, and there are many more options. first you have to decide which one you want to use. If you dont know either of them, try searching this forum for "ftp script" to start with. you will get a fair idea. After that if you still have questions, let us know.