Category: BASH Shell
GCD Computation in Bash What is GCD? GCD stands for Greatest Common Divisor. It is the largest positive integer that divides two numbers without leaving a remainder. For example: …
Understanding the Leading Space Behavior in Linux Shells Overview In Linux shell environments like bash, prefixing a command with a space can influence whether or not that command is …
To check the HTTP response code after running a curl command, you can use the -w option with curl, which allows you to specify a custom output format. Here’s …
This post shows you 3 interesting/fun BASH commands: BASH Console Tetris Game You can now play tetris game in Bash console. You would need to install this via: $ …
Kubernetes, a powerful and flexible platform for managing containerized workloads and services, offers a host of commands for querying and manipulating clusters. Bash Function to Show Logs and Describe …