View Full Version : Perl!
YUPAPA
July 30th, 2001, 16:34
How to move everything from one directory to a new directory?
I need help urgently because one of my accounts has a problem now!
:(:(
keith
July 30th, 2001, 16:42
i assume you're using a perl-based online editor? just rename the directory you want to move everything to, and change the name of the directory with all your files to the former name of the other directory.
1. you have two directories, /butt/ & /---/ [just for example, of course]
2. your files are in /butt/
3. you want them to be in /---/
4. rename /---/ to /whatever/
5. rename /butt/ to /---/
6. rename /whatever/ to /butt/
7. now the files are in a directory called /---/ and not /butt/, yet you maintain the /butt/ folder.
there you go. if that doesn't work it's not my fault, you were too vague
YUPAPA
July 30th, 2001, 16:46
Not renaming... from a folder to another folder... because i want to transfer everything in one account to another account
example:
original account: /home/account/acc1
new account: /home/account/acc2
/home/account/acc1/*.* ----> /home/account/acc2/*.*
lucifer
July 30th, 2001, 16:47
Originally posted by keith
there you go. if that doesn't work it's not my fault, you were too vague lol - too right
YUPAPA
July 30th, 2001, 16:50
Does anyone knows the SOURCE CODE?
lucifer
July 30th, 2001, 17:12
can't you just ftp it?
YUPAPA
July 30th, 2001, 19:12
Nevermind
I got the script
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.