Hi, Suppose I have a file 'a/b/c/d/e/f', I want to copy it to 'target' with the parent 'd/e'. I.e., the resulted file is 'target/d/e/f'.
I can make a bash script to do so, but I wondering if there is an existing command or option. Thanks! -- Regards, Peng
