
Laurent_R
Enthusiast
Jan 29, 2013, 5:51 AM
Views: 201
|
|
Re: [sg3] rename file after script finishes
|
|
|
Just try this:
rename $old_name, $new_name; If you wrote to the file, make sure your file is closed before doing this.
(This post was edited by Laurent_R on Jan 29, 2013, 5:52 AM)
|