linux命令技巧:scp多文件远程拷贝

格式:scp File1 File2 …FileN 用户名@远程主机名:目的目录的绝对路径
scp scala-2.10.4.tgz spark-1.3.1-bin-hadoop2.6.tgz root@itcast02:/root

原文地址:https://www.cnblogs.com/shiguangmanbu2016/p/5932821.html