Hi monks,
I am working on a preinstallation script.I want to know that is there some option with tar command so that i can extract the archive to a directory with a particular name.Like I have got a file "filename.tar"
when we do tar -xvf filename.tar then a directory by the name of "filename" is created.
I want to know is there a way through which i can put the name of the directory "filename" to somehting else which i want