News

We often write quick bash scripts and judging by the comments, half of us use bash or a similar shell to pop out quick, useful scripts, and half of us think that’s an abomination, and you should ...
Here are some steps you can take to ensure that your bash scripts work as intended and are easy to update.
Many bash scripts use arguments to control the commands that they will run and the information that will be provided to the people running them. This post examines a number of ways that you can ...
In this tutorial, you will learn how to write Bash scripts that run on Ubuntu and encode and package multiple files to HLS/DASH output using open-source tools FFmpeg and Bento4. You’ll learn how to ...
If you write a simple bash script, you can use the equivalent to printf — maybe that’s the echo command, although there is usually a printf command on a typical system, if you want to use it.
Linux shell scripting is a powerful tool for automating repetitive tasks, customizing system operations, and managing complex workflows. This article aims to unravel the intricacies of shell scripting ...
Learn how to write a Bash shell script that will have all of your favorite apps ready to go!
I've started writing Bash scripts on Ubuntu, and being able to send emails via "mail" and timing stuff with crontabs is pretty awesome.