Under stdsun:
Take a file named with backup.tar for example. We want to extract the file named update_log inside the backup directory.
tar -xvf backup.tar backup/update__log
Done!
If the file is .tar.gz, we can similarly use
tar -xzvf backup.tar.gz backup/update__log
Tuesday, July 28, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.