![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I untar file through an ssh session? | Joe McCaughan | UNIX for Advanced & Expert Users | 3 | 05-28-2008 12:01 PM |
| Tar utility (untar a .tar file) on VxWorks | uday_01 | UNIX for Advanced & Expert Users | 1 | 05-26-2008 06:13 AM |
| unable to UNTAR a file | NIMISH AGARWAL | UNIX and Linux Applications | 6 | 05-08-2008 08:35 PM |
| untar to a specified file | melanie_pfefer | UNIX for Dummies Questions & Answers | 3 | 11-27-2006 10:32 AM |
| Untar a TAR file at different location | malaymaru | UNIX for Dummies Questions & Answers | 5 | 09-18-2006 05:59 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
unTar a specific file from remote
During tar, the command used is
tar cvf - * | remsh system_name dd of=/dev/rmt/0m bs=10k To untar all, we used remsh system_name "dd if=/dev/rmt/0m ibs=10k" | tar xvf - Question? How to untar a specific file from remote? Thanks alot... |
| Forum Sponsor | ||
|
|