Friday 30 March 2012

Extract files from one director to another directory using 'tar' linux command

Command:

tar -xf Source -C Destination

Example:

tar -xf data.tar -C /root/directory

No comments:

Post a Comment