in reply to Re: does not move-- move ($file,"$kat/$folder_name/")
in thread does not move-- move ($file,"$kat/$folder_name/")

To the OP: What he's saying is you should use
move "/home/rdd/archive/copy/$file", ...
instead — $file contains just the bare filename.

Replies are listed 'Best First'.
Re^3: does not move-- move ($file,"$kat/$folder_name/")
by tannx (Acolyte) on Jan 15, 2008 at 14:21 UTC
    You are absolutely right. Problem solved. Thx Tann
Re^3: does not move-- move ($file,"$kat/$folder_name/")
by almut (Canon) on Jan 15, 2008 at 14:21 UTC

    What she's saying...  (otherwise I agree :)