How can I do this on the command line?
e.g. copy /dir/another/file to /tmp/ so I have /tmp/dir/another/file
|
How can I do this on the command line? e.g. copy |
||||
|
rsync can be a good help for this :
will gave as result
|
|||
|
|
|
You can use
|
|||
|
|
foo1/bar/cdr/myfileto/dstdirand have it create/dstdir/foo1/bar/cdr/myfile– Nifle Jul 25 '12 at 14:26