FG
💻 Software

I would like to pipe output of find into input list of scp, how?

Fresh5 days ago
Mar 15, 202637007 views
Confidence Score0%
0%

Problem

I'm a novice linux user and I am trying to send a long list of files from one computer to another. The argument list is too long, so I am using find. I am having trouble setting up the expression, though. Can someone help? Here is what I would normally type for a short argument list. Here's I think…

Error Output

scp ./* phogan@computer/directory...

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: I would like to pipe output of find into input list of scp, how?

Low Risk

You can do it with just one command . for newer versions of : for older versions: Make sure to encapsulate the command in between backticks ` and not single quotes '.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment