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

有一个gcc4.5.1的编译器优化项目(关于AWK和sed脚本的疑问)

    来源: 互联网  发布时间:2016-10-09

    本文导语:  awk获取命令行参数,并格式化输出如: #statistics_tool -d /home/ap-migration/project1 ./app_migration_20100916_sample_app.report 获取以上命令行的目录名和文件名并打印出来如下: input information:                   input repor...

awk获取命令行参数,并格式化输出如:
#statistics_tool -d /home/ap-migration/project1 ./app_migration_20100916_sample_app.report
获取以上命令行的目录名和文件名并打印出来如下:
input information:

                  input reports           app_migration_20100916_sample_app.report
                  analize directory       /home/ap-migration/project1
非常感谢大家的帮助!

|
例子:(dcatt 程序运行时的第1个和第2个参数;你的程序应该是第2个和第3个)
#ps -ef | grep dcatt
zhanggp  2891958 20512926   0 10时35分23秒 pts/103  0:00 grep dcatt 
zhanggp  3956844        1   0 10时24分08秒 pts/103  0:01 ./dcatt 123 20060805000000 123 ../conf/DB.conf 

使用下面的命令获取程序运行时传入的参数:
#ps -ef | grep dcatt | grep -v "grep" | awk '{print "input information:";print "";print "input reports "$11;print "analize directory "$10;}'
input information:

input reports 123
analize directory 20060805000000


自己改下程序名跟后面对应的字段值,即 $后面的数字,以空白分割自己数下; 
不知道你是不是想得到这些东西。

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












  • 相关文章推荐
  • 请教ubuntu11.04安装gcc4.1.0
  • redhat9装gcc4.3.2出现问题了,求解决!
  • 安装gcc4.1.0的时候make时候产生的一个警告,大家帮我看看是怎么回事?
  • LINUX AS5下载安装GCC4.3.0出现问题
  • 安装了gcc4.0,但是有一个小问题要请教各位高手
  • 安装mplayer时用了gcc4.4.1!而后出现interupted!各位请帮忙
  • RedHat Linux如何安装gcc4.3.4
  • 在AIX6.1和GCC4.2下面使用libperfstat.h出现问题


  • 站内导航:


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

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

    浙ICP备11055608号-3