Re: Moving Directories containing files (something more tricky)
From: Chris Devers (cdevers_at_pobox.com)
Date: 02/24/05
- Next message: Bright True: "Re: Including one perl script in another"
- Previous message: Tyson Sommer: "RE: printing output of ping command -- New question at bottom."
- In reply to: Bastian Angerstein: "Moving Directories containing files (something more tricky)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Feb 2005 10:02:10 -0500 (EST) To: Bastian Angerstein <ang@nmc-m.dtag.de>
On Thu, 24 Feb 2005, Bastian Angerstein wrote:
> 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.
Maybe I'm being dense, but doesn't that just mean
mkdir /xyz/abc
mv /xyz/123 /xyz/abc/123
?
It shouldn't matter how full 123 is; moving it is a simple operation.
If you're trying to do something more complex that I'm missing, maybe
you should describe the problem a bit more, and show us the code that
you've been attempting to use.
-- Chris Devers
- Next message: Bright True: "Re: Including one perl script in another"
- Previous message: Tyson Sommer: "RE: printing output of ping command -- New question at bottom."
- In reply to: Bastian Angerstein: "Moving Directories containing files (something more tricky)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|