Extract single file from tar-archive without specifying the directory
2007 September 13
http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/
tar xvf some.tgz –no-anchored some.txt
When some.txt is in /some/dir/some.txt, some.txt gets extracted right there.




