FG

extract a few members from tar archive and pipe through network

Fresh3 days ago
Mar 15, 20265174 views
Confidence Score0%
0%

Problem

edit: I want to extra and and directory contains directory with 20 files. I want to extract only member and and directory and copy them to another "remote_host" using ssh/scp. Can this be done as a one-liner? I considered using , , or but I guess I'm not very skilled with these utilities yet.

Error Output

member01

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: extract a few members from tar archive and pipe through network

Low Risk

: Extract : Through : Take in a file as the input. : Extract to stdout The is extracted from to the standard output, piped into , which runs on the remote host and writes its standard in to the remote . Of course, you'll want to ensure you have writ…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment