I want to extract file into another directory using Tar command i used the following but it didn't work
i want to know how can i do this on solaris 10.
Code:
tar xvf dir.tar -C /export/home/kinzy
Comment