Number of shell statistic features

Source: Internet
Author: User

Today is too lazy, do not want a characteristic of a feature to statistics, and write a script

#!/bin/bashdir_bas=$ (CD $ (dirname ${0});p wd) a= ' cat $dir _bas/feat ' feat_bas=$1total=0for B in $Ado    echo $B    Count= ' grep ' $B ' $feat _bas | Wc-l '    echo $count    ((total= $count + $total)) Doneecho "Total feat num is $total"

Statistics number that's a pit, I forgot the shell requirements for space strict Ah,

' Expr $count + $total '

Script operations

1, two numbers added

Variable 1= ' expr $ variable 2 + $ variable 3 '
Variable 1= ' expr $ variable 2 + constant '

2, two number subtraction

Variable 1= ' expr $ variable 2-$ variable 3 '
Variable 1= ' expr $ variable 2-constant

3, two number multiplication

Variable 1= ' expr $ variable 2 \* $ variable 3 '
Variable 1= ' expr $ variable 2 \* constant '

Divide 4 and two numbers

Variable 1= ' expr $ variable 2/$ variable 3 '
Variable 1= ' expr $ variable 2/constant '

Number of shell statistic features

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.