Re: Moving Directories containing files (something more tricky)
From: Wiggins d'Anconia (wiggins_at_danconia.org)
Date: 02/24/05
- Next message: Tyson Sommer: "RE: printing output of ping command -- New question at bottom."
- Previous message: Wiggins d'Anconia: "Re: Listing a Windows file, getting creation date"
- In reply to: Bastian Angerstein: "Moving Directories containing files (something more tricky)"
- Next in thread: JupiterHost.Net: "Re: Moving Directories containing files (something more tricky)"
- Reply: JupiterHost.Net: "Re: Moving Directories containing files (something more tricky)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Feb 2005 09:53:45 -0500 To: Bastian Angerstein <ang@nmc-m.dtag.de>
Bastian Angerstein wrote:
> Hello there,
>
> I have a tricky problem, I have some (alot) directories containing
> alot of files. I want to move the directory /xyz/123/ with all containing
> files to /xyz/abc/123.
>
> The source directory does not (or should not) contain subdirectories.
>
> Does anybody have something for me ?
>
> Thanks,
> Bastian
>
>
perldoc -f mkdir
perldoc -f rename
perldoc File::Path
perldoc File::Copy
What have you tried, where did you fail?
- Next message: Tyson Sommer: "RE: printing output of ping command -- New question at bottom."
- Previous message: Wiggins d'Anconia: "Re: Listing a Windows file, getting creation date"
- In reply to: Bastian Angerstein: "Moving Directories containing files (something more tricky)"
- Next in thread: JupiterHost.Net: "Re: Moving Directories containing files (something more tricky)"
- Reply: JupiterHost.Net: "Re: Moving Directories containing files (something more tricky)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|