Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to extract archive with tar to disc, not to tape 1

Status
Not open for further replies.

Dan01

Programmer
Jun 14, 2001
439
US
Hi all, we're trying (novices) to extract an archive with tar on HP3000, but it's prompting us for a tape. Is there a way to extract the files from archive to disc? Thanks, Dan.
 
What command are you using?
 
We are using:

tar -xvf myfile

Thanks, Dan.
 
I'm assuming myfile is the name of the file you want to get out of the tar file? You are being asked for a tape because you aren't telling the command the name of the tar file:

tar -xvf mytar.tar myfile
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top