
ajitbhaskaran
Novice
Jan 20, 2008, 11:40 PM
Post #1 of 2
(322 views)
|
|
using mv command of unix in perl
|
Can't Post
|
|
hi, i am using the mv command in a perl program to move a file from one directory to another, but it gives an error inside the script but if i run it in the command prompt it goes through fine. system "mv '$thread_line' ../WIP/'$thread_line' " ; it throws the error: mv: ram.log : cannot access: No such file or directory what changes do i need to make to make the code run . thanks ajit bhaskaran
|