Understanding Bash If Else and other Conditional Statements

Discover the ins-and-outs of Bash If Else and Bash Case scripting in this example-driven tutorial by ATA Learning!

Learning the Bash Xargs Command Through Examples

Bash Xargs is a complicated and useful command. In this ATA Learning tutorial learn to take advantage of its many uses!

Echo Command in Bash Shell : Discover the Many Uses

Learn about all the ways to utilize the echo command in Bash to create better scripts and master the Bash shell!

Learning Bash File Test Operators With Examples

Learn how to use a Bash file test to make sure that your code and scripts execute the way you need, every time!

How to Update Ubuntu IP and Hostname via Bash

Discover and learn how to change a Linux IP and Hostname via a Bash script in this new tutorial by ATA Learning!

Successfully Save The Day With Bash History Commands

Learn how to save the day and how you can save time re-running commands with Bash history commands in this tutorial!

Using Bash Sort to Sort Files Like a Boss

Wondering how to sort files in a specific order in Linux? Learn many ways to sort files with the Bash ls and Bash sort command in this tutorial!

How to Rename Files in Linux

Need a hand to rename a file in Linux? Learn not just one but many ways how to rename files in Linux in this step-by-step tutorial!

How to Find Files with Dozens of Criteria with the Bash Find Command

Learn how to find files in just about any possible using the Bash find command in this helpful step-by-step tutorial.

Learn Multi-Threading Bash scripts with GNU Parallel

Learn how to speed up those Bash command and scripts with GNU Parallel with some handy GNU Parallel examples in this tutorial!

Bash fc Command : Easily Wield the Bash Shell Like a Pro

Have you ever run a command in Bash and got an error because of a misspelled word? Or perhaps you forgot the last three commands you ran? Instead of re-writing or remembering previous commands, the Bash fc command can help make quick edits and re-execute previous commands.