Linux 指令篇:字串处理--expr

www.365-588.com XKER.COM 时间:2007-07-02 12:19:41  评论:

  名称:expr
  
  ### 字串长度
  
  shell>> expr length "this is a test"
  14
  
  ### 数字商数
  
  shell>> expr 14 % 9
  5
  
  ### 从位置处抓取字串
  
  shell>> expr substr "this is a test" 3 5
  is is
  
  ### 数字串 only the first character
  
  shell>> expr index "testforthegame" e
  2
  
  ### 字串真实重现
  
  shell>> expr quote thisisatestformela
  thisisatestformela

如果您喜欢本文请分享给您的好友,谢谢!如想浏览更多更好的Linux教程内容,请登录:http://www.tootnn.com/edu/os/5/index.html

相关内容标签:Linux教程
评论列表(网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述)