search move and change

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sekharsomu
    New Member
    • Mar 2009
    • 1

    search move and change

    i wanted to write a perl script such that it can search and move all the .plx extension based file in the system to another location say(/usr/temp/dump) and the rename there .plx extension to .opx
    i have tried writing it but with no success
    i know that i can rename using the following command
    rename 's/new$/old/' mah*.new
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    same as other forums:

    What have you tried?
    Where are you stuck?
    Post your code.

    Comment

    Working...