$output_file echo "deleting logs for servers in $servers_fil....">

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

while read的关于读取最后一行的问题

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

    本文导语:  以下脚本, #!/bin/bash USER="cca" servers_filename="/eaa/cca/st_scripts/src/servers_cc.txt" output_file="/eaa/cca/st_scripts/deletelogs/deletelog_cc.log" date > $output_file echo "deleting logs for servers in $servers_filename ... " while read SERVER do      ...

以下脚本,

#!/bin/bash
USER="cca"
servers_filename="/eaa/cca/st_scripts/src/servers_cc.txt"
output_file="/eaa/cca/st_scripts/deletelogs/deletelog_cc.log"

date > $output_file

echo "deleting logs for servers in $servers_filename ... "

while read SERVER
do
        echo "$SERVER : deleting logs ..."

done 

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Linux 下c++开发error while loading shared libraries问题解决
  • shell 的 while无限循环问题!
  • 请教一个基础问题while循环怎么从10到0来循环10次?
  • shell 脚本 while循环结构问题,急ing,,,,,,
  • shell编程中while的问题,高分
  • 小问题---Linux Shell编程之while语句
  • linux C代码的问题 while函数的出口
  • 精通unix shell脚本编程中关于while循环的问题!
  • 再问网络编程里的些些问题,有关while的
  • pthread_cancel线程退出问题 while(1)这种循环如何退出?急!急 !
  • 一个老调重弹的问题:while循环中wait为什么不能代替waitpid
  • 用while循环等待事件发生时是否可以释放系统资源
  • for(iter.hasNext()){....}用法与while有什么区别?
  • 消息队列一般是怎么使用的,是采用While的方式进行轮询么
  • shell脚本中while不能嵌套?
  • error while loading shared libraries:libncurses.so.4
  • 新手请教:while read中末尾的重定向表示什么意思?
  • proc时错误:error while loading shared libraries.....
  • Bash 中的while 语句
  • 关于shell中的while循环的使用,求助
  • error while loading shared libraries:在线等
  • 请问为什么这样的两个while循环却有不同的效果
  • 简单的shell脚本 关于while循环
  • MySQL与MSSQl使用While语句循环生成测试数据的代码
  • cygwin——error while loading shared libraries:?
  • for( ; ; ) 与 while( 1 ) ?
  • while和for可以相互转换的例子分享
  • grub 装redhat 9.0 出现 error 28 while parseing number
  • shell while循环内的变量在循环外部值不能传递
  • 请问sco unix中出错:error while loading shared libraries : libxxx.so: cannot open shared object file
  • 请问这个while的条件应该如何写?


  • 站内导航:


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

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3