#bash
Read more stories on Hashnode
Articles with this tag
Exiting from a Bash script properly is important for carrying the outcome of your script to the system and to other scripts or processes that might...
CIDR stands for Classless Inter-Domain Routing. It is a method used to allocate IP addresses and route IP packets on the Internet. CIDR introduced a...
The bash printf command is a tool used for creating formatted output. Here are some examples of some of the most useful printf format specifiers: %s...
Debugging techniques Debugging bash scripts can be done using a combination of techniques. 1. Use the built-in set command The set command allows you...
Problem statement: If you're using Ubuntu 20.04 for your day-to-day work, at the first launch of VSCode editor you can find that your integrated...
To make your bash scripts look professionally, consider to add the following entries to the header section of your script. ยท 1. Add author...