1.Linux 上传scp

1)上传文件与文件夹
scp file weblogic@xx.xxx.xxx.xxx:~/songjd/
scp -r filefolder weblogic@xxx.xxx.xxx.xxx:~/songjd/

2)下载文件与文件夹
scp  weblogic@xxx.xxx.xxx.xxx:~/songjd/data20150401.txt .
scp  -r weblogic@xxx.xxx.xxx.xxx:~/songjd/intf_ebit .

2.Linux 压缩命令

1)压缩文件与文件夹
tar -zcvf ebit_log_201411.tar.gz 201411/
压缩文件     
tar -cvf  my.tar files

2)解压文件与文件夹
tar -zxvf log2014.tar.gz 

3)增加文件     
tar -rvf my.tar --add-file newfiles

相关文章:

  • 2022-12-23
  • 2021-08-05
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-10-09
  • 2022-12-23
猜你喜欢
  • 2021-09-06
  • 2021-10-21
  • 2022-12-23
  • 2021-08-19
  • 2022-01-27
  • 2021-10-29
相关资源
相似解决方案