Extracting tar files to a specific folder(path)..... June 19, 2013 Get link Facebook X Pinterest Email Other Apps tar -xvzf <tar filename> -C <path to where we need to extract> remove non-empty directories rm -rf <dir name> Comments
Comments
Post a Comment