gembin

          OSGi, Eclipse Equinox, ECF, Virgo, Gemini, Apache Felix, Karaf, Aires, Camel, Eclipse RCP

          HBase, Hadoop, ZooKeeper, Cassandra

          Flex4, AS3, Swiz framework, GraniteDS, BlazeDS etc.

          There is nothing that software can't fix. Unfortunately, there is also nothing that software can't completely fuck up. That gap is called talent.

          About Me

           

          Get substring of a string under UNIX/Linux

          there many ways to do so.


          str="hello world"

          1) cut
          Where -cN-M tells the cut command to return columns N to M, inclusive. 
          cut -cN-M

          start=1
          end=5
          sub_str=`echo ${str} | cut -c${start}-${end}`
          output: hello

          2) bash 
          Note: if you are not sure of having bash, consider using cut. 
          ${str:offset}
          $
          {str:offset:length}

          sub_str=${str:0:5}
          output: hello

          3) expr

          expr substr string position length 
          sub_str=`expr substr $str 1 5`
          output: hello

           

          posted on 2012-04-01 15:38 gembin 閱讀(798) 評論(0)  編輯  收藏 所屬分類: Linux

          導航

          統計

          常用鏈接

          留言簿(6)

          隨筆分類(440)

          隨筆檔案(378)

          文章檔案(6)

          新聞檔案(1)

          相冊

          收藏夾(9)

          Adobe

          Android

          AS3

          Blog-Links

          Build

          Design Pattern

          Eclipse

          Favorite Links

          Flickr

          Game Dev

          HBase

          Identity Management

          IT resources

          JEE

          Language

          OpenID

          OSGi

          SOA

          Version Control

          最新隨筆

          搜索

          積分與排名

          最新評論

          閱讀排行榜

          評論排行榜

          free counters
          主站蜘蛛池模板: 江孜县| 阜城县| 安丘市| 南澳县| 大田县| 榆林市| 乐陵市| 桃园县| 宁远县| 临江市| 蓬溪县| 房山区| 辽宁省| 南靖县| 株洲县| 安西县| 深水埗区| 宁津县| 沂源县| 长丰县| 抚远县| 柳林县| 达拉特旗| 武强县| 华池县| 广东省| 荔浦县| 醴陵市| 稷山县| 麻阳| 来凤县| 阿拉善右旗| 红桥区| 陆良县| 化州市| 安多县| 兰坪| 深泽县| 汶上县| 惠水县| 星座|