文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>shell里面如何获取字符串长度?

shell里面如何获取字符串长度?

时间:2007-07-30  来源:ystar925

shell里面如何获取字符串长度?                              len=`expr length $str`                             另外expr 还可以对字符串取substr ,index等,可以输入expr --help

                              len=`echo $str|awk '{print length($0)}'`
                                echo ${str} | wc -L 如何判断变量是否为空?                               if [  X$A = X ]                               if [ -z ${A} ]; then
                              ...
                              fi
                                                                    
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载