One of the most common programs on Linux systems for packaging files is the venerable tar. tar is short for tape archive, and originally, it would archive your files to a tape device. Now, you're more ...
using tar to extract files off tape, but they get extracted into their archived directory structure. how do i extract them so that all files are extracted into the local drive without being put into ...