当前位置:  技术问答>linux和unix

怎样在bash脚本中使用scp,怎样在脚本中自动输入命令

    来源: 互联网  发布时间:2017-04-03

    本文导语:  1.在bash脚本里怎么使用scp啊,自己弄个脚本,结果提示错误。 2.想在执行scp命令的时候自动输入密码,应该怎么实现啊? #/usr/bin/bash files=./flist.txt usr=byang ip_addr=192.168.0.4 cat $files | while read oneline do     #scp byang@192.168.0.4:...


1.在bash脚本里怎么使用scp啊,自己弄个脚本,结果提示错误。
2.想在执行scp命令的时候自动输入密码,应该怎么实现啊?

#/usr/bin/bash
files=./flist.txt
usr=byang
ip_addr=192.168.0.4

cat $files | while read oneline
do
    #scp byang@192.168.0.4://usr/home/byang/work/head/bti-freebsd/crypto/openssl/crypto/x509v3/v3_pci.c ./
    src_file=$oneline
    tag_file=$oneline
    src_path=${usr}@${ip_addr}://usr/home/byang/work/head/${src_file}
echo src_path:${src_path}
    tag_path=./${tag_file}
#echo tag_patch:${tag_path}
    echo `scp ${src_patch} ${tag_path} 0

    
 
 

您可能感兴趣的文章:

  • centos系统运行脚本,显示bash进程,能否以脚本名字显示?
  • 求高手给写一个bash脚本,功能很简单,就是去执行某一个php脚本
  • 求bash脚本思路?
  • cgi 中调用bash脚本问题?急 急 急
  • 关于arm linux下的别名配置脚本如何在进入用户时让shell执行的问题,如bashrc,profile,.bash_profile等脚本,寻求高手解答
  • 在bash里,脚本的第一行怎么write?(sorry,keyboard damaged)
  • 有没有方法可以使用脚本批量修改bash环境变量
  • bash脚本程序如何得到自身的执行路径?
  • 求教:编写一个bash脚本程序执行一个./file 程序
  • bash脚本换行符。
  • 三个容易bash脚本,高分求解
  • bash下如何得到前两个命令的返回值 iis7站长之家
  • 脚本能修改bash的环境变量吗
  • bash脚本
  • Linux C编程一站式学习,高级shell Bash脚本编程指南,
  • 求教,bash脚本如何调用含键盘输入的可执行文件。
  • 【高级Bash脚本编程指南]贡献一点点,给大家用
  • bash脚本的问题,为何循环体中不能修改变量的值?
  • 包含上层bash脚本怎么搞(急用)?
  • 求一个bash脚本判断网络通断的思路
  • linux bash shell命令:grep文本搜索工具简介
  • iptables 命令不能用bash: iptables: command not found
  • linux bash shell命令:文本搜索工具grep中用于egrep和 grep -E的元字符扩展集
  • 关于bash shell: 用set命令可以看到的信息都储存在哪?
  • linux bash shell命令:文本搜索工具Grep命令选项及实例
  • redhat AS 3 groupadd 命令居然报错 -bash: groupadd: command not found
  • linux bash shell命令:文本搜索工具grep正则表达式元字符集(基本集)
  • ssh的root登录在history -w之后~/.bash_history删除相关行为什么重新登录历史命令还在?
  • bash 怎么获取前一条命令
  • 使用rm命令 告诉我 -bash:rmi command not found。 why?
  • bash下如何得到前两个命令的返回值
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 如何配置bash,使得输入vi时,运行的是vim?
  • zhcon在bash中不能显示/输入中文,而vi等编辑器中可以。
  • bash的for循环输入重定向问题
  • 使用gcc编译一个程序a.c成a.out,输入a.out运行,提示bash:a.out:command not found,咋回事?
  • 输入logout,提示“bash:logout:不是登录shell,请用"exit"”
  • 为什么 a.out明明存在 ,而我在shell中输入a.out却说bash: a.out : command not found?
  • . ./.bash_file 与 ./.bash_file的区别?
  • 为什么每次启动bash都出现bash:test:a:binary operaotr expected
  • linux RHEL 5.6 在root用户下. .bash_profile 或source .bash_profile 报错
  • Ubuntu中如何配置shell(bash)的环境
  • 如何在ubunt下面安装两个bash
  • bash 不能使用括号,求助
  • 如何在redhat下安装bash?
  • bash和Korn shell学哪个比较好
  • 请问root的bash的环境变量放在哪个文件中啊?
  • linux(redhat9)中在哪里设环境变量,.bash_profil在哪里啊?
  • BASH Debugger
  • .bashrc和.bash_profile有什么区别
  • . /root/.bash_profile
  • Bash架构问题
  • bash的控制终端
  • bash 与shell 什么关系?
  • -bash-3.2# Argument list too long 到底是怎么回事呀?
  • .bash_profile
  • 有点bash的小问题。请教。
  • bash的跳转问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,