テキスト ファイルが既に作成されている場合は、次のようにします
cat /location/file.txt | xargs -i scp {} [email protected]:/location
これにより、file.txt の出力が 1 行ずつ表示され、行ごとに scp コマンドが実行されます。これが役立つことを願っています。
テキスト ファイルが既に作成されている場合は、次のようにします
cat /location/file.txt | xargs -i scp {} [email protected]:/location
これにより、file.txt の出力が 1 行ずつ表示され、行ごとに scp コマンドが実行されます。これが役立つことを願っています。