Skip to content
LinuxSimply
  • Courses
  • Tutorials
    • Glossary
    • Commands
    • Linux Basics
    • Bash Scripting
    • Ubuntu
    • Networking
    • Bash Programming
    • Linux Applications
    • Miscellaneous
  • Cheat Sheets
  • Forum
  • About

bitwise operators

bash bitwise shift

Bitwise Shift Operator in Bash Script [3 Examples]

December 13, 2023December 4, 2023 by Mohammad Shah Miran

The bitwise shift operators (<< and >>) in Bash manipulate data at the binary level. They are commonly used in …

Read more

bash xor operator

“XOR” Operator in Bash Scripting [3 Examples]

December 17, 2023November 28, 2023 by Mohammad Shah Miran

The XOR operator is a powerful bitwise operator in bash scripts that can be used to do a lot of …

Read more

bash bitwise or operator

How to Use Bitwise “OR” Operator in Bash? [3 Different Cases]

December 17, 2023November 23, 2023 by Mohammad Shah Miran

In Bash, the bitwise OR (|) operator is used to perform OR operations on corresponding binary digits of integers. It …

Read more

bash bitwise AND

How to Use Bitwise “AND” Operator in Bash Script [2 Examples]

February 25, 2024November 16, 2023 by Mohammad Shah Miran

The bitwise AND operator in bash, represented by ‘&’, performs AND operation on corresponding bits of two numbers. It results …

Read more

linuxsimply white logo
LinuxSimply serves as an informational
repository about the Linux operating system.

Get In Touch!

Company

  • About Us
  • Contact Us
  • Career
  • All Contributors

Services

  • Pricing
  • System Administration
  • Server Management
  • Bash Automation
card

Resources

  • Courses
  • Help Forum
  • Cheat Sheets
  • Free Downloads
trustpilot logo

Legal Corner

  • Disclaimer
  • Privacy Policy
  • Editorial Policy
  • Terms & Conditions
dmca
LinuxSimply is owned by , an IT & Digital Media Company.

Copyright © 2024 LinuxSimply | All Rights Reserved.