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

求助shell编程里的特殊符号的意义

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

    本文导语:  mv $file ${file/%.txt/.log} 这是一个for循环语句,就是把后缀名为.txt改为.log 不过,我不明白file/%.txt里的/%在这起什么作用?就是它代表什么意思? 在网上都是对/、%的解释,没有解释二者组合的意思。 还望高手讲解讲解。 十分...


mv $file ${file/%.txt/.log}

这是一个for循环语句,就是把后缀名为.txt改为.log
不过,我不明白file/%.txt里的/%在这起什么作用?就是它代表什么意思?
在网上都是对/、%的解释,没有解释二者组合的意思。
还望高手讲解讲解。
十分感谢!

|
${parameter/pattern/string}
The pattern is expanded to produce a pattern just as in filename expansion. Parameter is expanded and the longest match of pattern against its value is replaced with string. If pattern begins with ‘/’, all matches of pattern are replaced with string. Normally only the first match is replaced. If pattern begins with ‘#’, it must match at the beginning of the expanded value of parameter. If pattern begins with ‘%’, it must match at the end of the expanded value of parameter. If string is null, matches of pattern are deleted and the / following pattern may be omitted. If parameter is ‘@’ or ‘*’, the substitution 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 substitution operation is applied to each member of the array in turn, and the expansion is the resultant list. 

|
http://bbs.chinaunix.net/thread-218853-1-1.html
http://bbs.chinaunix.net/viewthread.php?tid=218853&extra=&page=7#pid1617953

    
 
 

您可能感兴趣的文章:

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












  • 相关文章推荐
  • 求助:linux/unix网络编程
  • 紧急求助java多线程编程!!!!!!!!!!!!!
  • 求助linux下的网络编程问题
  • 新手求助KDE编程起步
  • 我的linux下无法进行console图形编程,求助!!!
  • [高分求助]------如何在linux下编程实现录音
  • linux下图形编程入门求助
  • 求助:谁有KDevelop编程的中文介绍?
  • 求助:在模块编程下,如何进行debug??
  • 在Linux的Eclipse中用C语言编程,求助
  • Solaris下编程求助
  • 大侠,求助!!LINUX下TCP套接字编程中客户端出现段错误
  • 求助!!linux下socket编程
  • [求助]请问socket编程中send()函数可以发送整形数据吗?
  • 求助shell编程
  • 关于windows xp下的jdk编程的问题!(高分求助!!)
  • 求助ftp编程高手一个问题----有关免费包libftp-5.0
  • 求助:如何在linux下编程检测网线被拔掉?
  • 博客 iis7站长之家
  • ftp port方式编程求助
  • 高分求助高分求助高分求助高分求助高分求助高分求助
  • 怎样读取HZK24S前十区的内容啊???求助求助
  • 紧急求助!紧急求助!
  • 【求助】iplanet问题,求助高手解答!
  • 菜鸟求助,solaris下计算问题求助
  • 【求助】SOS紧急求助..............极为简单的问题...跪求....
  • 高分求助啊!求助SUSE 10.0 不能上网.
  • 急急急急急急急啊,紧急求助啊!!!!!满分求助啊!!!!!!
  • 求助:linux下 vim的配置(高分求助)
  • red hat怎么安装gcc啊!总是出错,求助求助啊!!!yum源怎么改啊!!
  • 求助~~求助 ~~linux文件读写问题


  • 站内导航:


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

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

    浙ICP备11055608号-3