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

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to