Articles by Tag #bash

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

50 basic Linux commands

Here are 50 basic Linux commands that are useful for navigating and managing your system: pwd -...

Learn More 514 37Jul 8 '24

DevOps Automation with Shell Scripting 🚀

Table of Contents Introduction Why Automate with Shell Scripting? Basic Concepts of Shell...

Learn More 390 2Oct 26 '24

Why I Bash Git (And Why You Should Too)

A lot of people these days use tools like oh-my-zsh that come packed with a ton of helpful features...

Learn More 221 56Sep 16 '24

Learn Bash Scripting in 10 minutes🧙‍♂️🪄

Introduction As a Programmer, learning bash scripting is really important. It allows us to...

Learn More 218 28Oct 31 '24

Master Shell Scripting – Zero to Interview Ready!🔥

Introduction Hey Everyone, Good to see you back! For us programmers, diving into the world...

Learn More 154 13Feb 10

I Wrote A Batch Script to Enhance My Workflow on Command Prompt

So yess, wonderful readers, I just wrote a batch script, not bash script! Batch is the language in...

Learn More 120 11Aug 12 '24

How to Get Started with Bash Scripting for Automation

One of the most powerful tools for automation is Bash scripting. Whether you're a beginner or a...

Learn More 116 10Jan 12

The Ultimate Linux Command Cheat Sheet for Data Engineers and Analysts

Introduction As a data engineer or analyst, your day-to-day responsibilities likely...

Learn More 70 4May 21

Advanced Shell Techniques

In the previous article, we explored how to efficiently interact with our operating system through...

Learn More 38 8Aug 9 '24

🔥 The Ultimate Cheat Sheet 1000+ Essential Commands & Growing !! All in One Place - Don’t Miss Out! 🚀💻⚡

🚀 Introduction Welcome to the Ultimate CLI Cheat Sheet—your one-stop reference for 1000+...

Learn More 28 8Mar 6

How to Get the Directory Where a Bash Script is Located

Hello everyone! When you're working with Bash scripts, it's often useful to know the directory where...

Learn More 27 9Jul 2 '24

Deep Dive into Essential Directories

/bin — The Command Center/bin — The Command Center The /bin directory is the command center of your...

Learn More 24 8Jul 29 '24

Unleash Your Inner Avenger: A Beginner's Guide to Unix Shells

Let's talk about shells. If you're new to Unix or Linux systems, you've probably heard the term "shell" tossed around like it's common knowledge. But what exactly is a shell? Why are there so many different ones? And what does Iron Man have to do with this?

Learn More 24 8Sep 24 '24

Creating a Dockerfile to Perform pre-commit

One of the most used tools within the development flow is the linter. With the linter we can organize...

Learn More 20 0Jul 20 '24

Exploring the Power of awk: A Guide for DevOps Engineers

As a DevOps engineer, mastering text processing and manipulation tools can greatly enhance your...

Learn More 20 2Jul 23 '24

From OVA to Qcow2: A Step-by-Step Guide to Unlocking Qemu's Power

Background I was recently studying for and completed the CISCO CyberOps Associate...

Learn More 19 1Aug 23 '24

Create Your Custom WSL from any Linux Distribution (Part-1)

Summary of the Content Prior to Reading the Article Ever wanted Arch or Void Linux as...

Learn More 18 2Dec 8 '24

Free Programming Cheat Sheets Collection

In the world of programming, cheat sheets are every developer's secret weapon. Whether you're a...

Learn More 18 0Jul 18 '24

Bash Scripting: A Comprehensive Guide

Bash is a powerful scripting language that runs on Unix-like systems, including Linux and macOS. It's...

Learn More 17 4Oct 4 '24

Build a Simple TODO List with Shell Script 🐚

Managing tasks directly from the terminal can be a breeze with the power of shell scripting! In this...

Learn More 17 18Sep 12 '24

Bash Shell Scripting: The Basics

We can't remember all of the hundreds of commands available to command line users. The actual...

Learn More 17 2Aug 28 '24

A List of Linux Commands

Here's an easy-to-understand documentation for the listed Linux commands. Directory...

Learn More 16 1Jul 4 '24

Automating user creation with Bash Scripting

Managing users and groups is a fundamental aspect of system administration. Whether you're overseeing...

Learn More 16 4Jul 4 '24

Part 1: Why should developers use Linux?

Note: This is the first part of an entire series on Linux and how to comfortably move to it,...

Learn More 14 27Jul 18 '24

Mastering Shell Scripting: From Basics to Advanced Automation

Table of Contents: Introduction to Shell Scripting What is Shell Scripting? Importance of Shell...

Learn More 14 2Sep 2 '24

Bash-n-Dash: Fast-Track Your Way to Shell Mastery

Welcome back, fellow shell wizards! 🧙‍♂️ Now that we’ve got you comfortable with the basics of the...

Learn More 12 2Sep 21 '24

How to Write Unit Tests for Bash Scripts (The Simple Way)

Introduction If you enjoy writing Bash scripts to automate tasks, then you might ask...

Learn More 12 0Apr 14

File Management in Bash : Commands and Examples

File management is one of the most common and fundamental task in everyday life. In this tutorial we...

Learn More 12 0Nov 28 '24

Logging Your Steps

Welcome back gentle reader. My name is Silent-Mobius, AKA Alex M. Schapelle, log utility to your...

Learn More 11 0Feb 27

Git autocorrect needs more marketing

How to configure Git to autofix typos in your input commands

Learn More 11 0Jul 23 '24