![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
tar help
Hi
I have a tar file say a.tar in the directory /a/b. Now i want it to extract it to /a/b/c directory. Can you please let me know the command Thanks in advance Ammu Last edited by ammu; 04-14-2008 at 07:39 AM. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Code:
cd /a/b/c && tar xvf /a/b/a.tar |
||||
| Google The UNIX and Linux Forums |