Hi
Suppose you have a folder which name is ashwani & it contains some content and now you want to create new folder name kumar with same content.
So
source = ashwani
destination = kumar
cp -r <source> <destination>
Note: -r is being used for subfolder and files.
Cheers!
No comments:
Post a Comment