Thought someone might find this interesting... How to move an entire directory in Linux
mkdir target_directory
cd source_directory
cp -ap . target_directory
Easy!
Move an entire directory
Started by
Guest_C3P0_*
, Feb 20 2007 03:50 PM
1 reply to this topic


Sign In
Create Account

Guest_C3P0_*
Back to top









