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

一段bash脚本

    来源: 互联网  发布时间:2016-08-12

    本文导语:  今天看脚本,遇到了这么一行,搜索引擎也不知道搜什么关键字,所以上来问问 log_stack=${log_stack#*:} 现行谢过了 | 删除变量log_stack中第一个":"左侧(含冒号)的字符 Shell Parameter Expansion: ${pa...

今天看脚本,遇到了这么一行,搜索引擎也不知道搜什么关键字,所以上来问问

log_stack=${log_stack#*:}


现行谢过了

|
删除变量log_stack中第一个":"左侧(含冒号)的字符

Shell Parameter Expansion:
${parameter#word}
${parameter##word}
The word is expanded to produce a pattern just as in filename expansion (see
Section 3.5.8 [Filename Expansion], page 22). If the pattern matches the beginning
of the expanded value of parameter, then the result of the expansion is
the expanded value of parameter with the shortest matching pattern (the ‘#’
case) or the longest matching pattern (the ‘##’ case) deleted. If parameter is ‘@’
or ‘*’, the pattern removal operation is applied to each positional parameter in
turn, and the expansion is the resultant list. If parameter is an array variable
subscripted with ‘@’ or ‘*’, the pattern removal operation is applied to each
member of the array in turn, and the expansion is the resultant list.

    
 
 

您可能感兴趣的文章:

  • 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脚本中sed的用法?
  • 脚本能修改bash的环境变量吗
  • bash脚本
  • Linux C编程一站式学习,高级shell Bash脚本编程指南,
  • 求教,bash脚本如何调用含键盘输入的可执行文件。
  • 【高级Bash脚本编程指南]贡献一点点,给大家用
  • bash脚本的问题,为何循环体中不能修改变量的值?
  • 包含上层bash脚本怎么搞(急用)?
  • 求一个bash脚本判断网络通断的思路
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • linux bash shell命令:grep文本搜索工具简介
  • . ./.bash_file 与 ./.bash_file的区别?
  • linux bash shell命令:文本搜索工具grep中用于egrep和 grep -E的元字符扩展集
  • 为什么每次启动bash都出现bash:test:a:binary operaotr expected
  • linux bash shell命令:文本搜索工具Grep命令选项及实例
  • linux RHEL 5.6 在root用户下. .bash_profile 或source .bash_profile 报错
  • linux bash shell命令:文本搜索工具grep正则表达式元字符集(基本集)
  • 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 到底是怎么回事呀?


  • 站内导航:


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

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

    浙ICP备11055608号-3