tar xvf something.tar The above command by default extract the files to the current directory. How to extract it to some other directory (if the directory doesn't exist, then create a new one)? Is there an option for this?
-- Regards, Peng
tar xvf something.tar The above command by default extract the files to the current directory. How to extract it to some other directory (if the directory doesn't exist, then create a new one)? Is there an option for this?
-- Regards, Peng