Showing posts with label recursive copy. Show all posts
Showing posts with label recursive copy. Show all posts

Tuesday, March 2, 2010

Recursive Copying...

Hi All,

I assume that many of us know how to do recursive copying using cp command in Linux..

This post is for people who may not know it... :)

Please use this command -

cp -r Bigfolder/ placeToCopy/

Replace the names above according to situations.. :)

-r is the option - that does recursive copying :)

Take care,
Ananth Gouri