Connecting Tech Pros Worldwide Help | Site Map

search move and change

Newbie
 
Join Date: Mar 2009
Posts: 1
#1: Mar 24 '09
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's Avatar
Expert
 
Join Date: Jan 2007
Location: Southern California USA
Posts: 4,091
#2: Mar 24 '09

re: search move and change


same as other forums:

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