News

This is a sample Bash script that creates an SQLite database with basic CRUD operations. It includes instructions on how to install SQLite on Debian, Fedora, and Arch Linux.
Suppose you have a series of Linux commands, which you need to repeat multiple times. You can either write the commands 1,000 times and curse your fate, or you can write a small and simple bash script ...
This is a sample Bash script that creates an SQLite database with basic CRUD operations. It includes instructions on how to install SQLite on Debian, Fedora, and Arch Linux.
In this post I'll show you how to create a self extracting bash script to automate the installation of files on your system. This script requires coreutils (for cat, tail), awk, gzip, tar and bash.
It is easy to dismiss bash — the typical Linux shell program — as just a command prompt that allows scripting. Bash, however, is a full-blown programming language. I wouldn’t pres… ...
Bash scripting is every Linux administrator's Swiss Army knife. Learn how using a for-loop in conjunction with Bash scripts can produce powerful results.
In this article, we have explained what is a bash function in Linux and how to define bash functions with examples.