In this linux article, we will be looking how to extract archieve TAR files.
Following command is used for it.
tar --extract --verbose --file backup.tar
Output is as follows:
As output indicates, we extracted files in current folder from "backup.rar".