shell script to extract tar file please help shell script to extract tar file please help shell shell

shell script to extract tar file please help


Just tar xvf 1.0.1.tar should do the trick; the -w options means "ask for confirmation for every action" (tar(1)).


Remove the -w option, which specifically asks it to confirm on every file. From the tar man page:

 -w, --interactive, --confirmation       ask for confirmation for every action