The bitwise AND operation, bitwise-OR operation, bitwise XOR, or operation of the mathematical functions in awk in the Linux

Source: Internet
Author: User
Tags bitwise mathematical functions
[Root@legion10 ~]# Echo 5 22|awk ' {print $1,$2,and ($1,$2), or ($1,$2), XOR ($1,$2)} ' 5 4 [Root@legion10 ~]#

Analytical:
And: And operations, only true when the same is true, similar to multiplication. Or: Or an operation, which is false only if the same is false, and is approximate to addition. XOR: Exclusive OR operation, same as false, different to true.
In other words: Really really (with the operation), false false (or operation), with false XOR (XOR).
Dec         Bin         |    Dec         Bin         |    Dec         bin 5           00000101    |    5           00000101    |    5           00000101          00010110    |          00010110    |          00010110-----and Operation----------    |    -----or Operation----------   |    ----XOR----------4           00000100    |          00010111    |          00010011

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.