How to extract files inside a directory from a tar file in terminal?
- by steamboy
Hello,
I want to extract only the files inside a folder of a tar file
Example:
Contents of tar file:
/home/parent_dir/child_dir/
I want to extract only the files inside child_dir to another directory
Thanks,
SB