Topics

Bash

About this topic: Articles tagged __TAG__

Showing 219 articles

Topics

Articles

Showing 219 articles

How-tos How to Remove Empty Line in Bash This tutorial will discuss removing empty lines in Bash. How-tos How to Print Array Elements in Bash This tutorial will discuss how to print an array in Bash. How-tos How to Check if a File Is Empty in Bash This article demonstrates different methods for checking if a file is empty in Bash. How-tos How to Run a Background Process in Bash This tutorial will discuss how we can create a command that runs in the background in Bash. Also, we will discuss the topic by using necessary examples and explanations to make the … How-tos Urlencode Data for the curl Command in Bash The article explains how we can urlencode data for the curl command in bash. How-tos How to Suppress Output in Bash This article guides to suppress all the output of a command using Bash. How-tos How to Get Absolute Path in Bash This article demonstrates how to get an absolute path in Linux. How-tos How to Overwrite File in Bash This article demonstrates how to overwrite a file in Linux. How-tos ash Nohup vs Ampersand This article discusses the difference between nohup and ampersand operator for running Linux processes in the background. How-tos How to Write to a File in Bash This article explains different methods to write to a file using bash. How-tos How to Increment Variable Value by One in Shell Programming This article demonstrates how to increment a variable value by one in shell programming. How-tos How to Sort Data Based on the Second Column of a File in Bash This tutorial educates about how to use the bash command to sort data based on the second column of a file. How-tos How to Pretty Print JSON in a Shell Script This article is an overview behind printing JSON in a human-readable format. How-tos How to Convert String to Integer in Bash This article presents multiple methods to convert a string into an integer using Bash. How-tos How to Pass an Array to a Function in Bash This is a compact programming tutorial about passing arrays as arguments to functions in a Bash script. How-tos How to Split String Into Variables in Bash This is a comprehensive description to split a string into variables in a Bash script. How-tos How to Print File After Skipping First X Lines in Bash A read on how to print a file after skipping the first few lines in Bash. How-tos How to Get the Primary IP Address in Linux This tutorial will discuss getting the primary IP address in the Linux operating system using a Bash script. How-tos How to Run Mkdir Only When the Directory Does Not Exist This article provides an overview of creating a directory only when it does not exist. How-tos How to Run Regular Expressions Inside a Case Statement in Bash Logic behind running regex in a case structure in Bash. How-tos How to Get the File Creation Date/Time in Bash This article explains the process of getting file creation date or time in Bash. How-tos How to Remove Newline From String in Bash This tutorial demonstrates how to remove newline from a string in Bash. How-tos How to Loop Through Directories Recursively in Bash This tutorial demonstrates how to loop through directories recursively in Bash. How-tos How to Change the User in Bash This tutorial demonstrates how to change the user in Bash.

← All topics