Topics

Bash

About this topic: Articles tagged __TAG__

Showing 219 articles

Topics

Articles

Showing 219 articles

How-tos How to Remove File Extension Using Bash The step by step guide to remove file extension using cut command using shell script and its use in conjunction with pipes. How-tos How to Use set Command in the Bash Shell Learn how to use the set built-in command in Bash. How-tos How to Find Files and Folders in Linux Learn how to use the find command in Linux. How-tos How to Check if Variable Is Empty in Bash This tutorial illustrates checking if a variable is empty in bash using the the test command with the -z option and the -n option. How-tos How to Use Array in Linux Bash This article explains how to use array in Linux Bash. How-tos How to Implement the for Loop in Bash Trivial guide to write a for loop iterative structure using Bash script. How-tos How to Create Directory in Bash This article demonstrates how to create a folder if it doesn't already exist in Bash. How-tos How to Fix the Mkvirtualenv Command Not Found Error in Bash This article serves as a guide to fix the mkvirtualenv command not found error in Bash. How-tos How to Exit From Bash Script A beginner guide to Bash scripting and how to exit from a Bash script. How-tos How to Echo Tab Characters in Bash Script This article demonstrates how to echo special characters such as tabs, which would otherwise be converted to a single space character in a Bash script. This extends to shells other … How-tos How to Read From a File or User Input in Bash An article explaining about the input from user and from the file in Bash. How-tos How to User Input in Bash This tutorial will discuss user input in Bash. How-tos How to Replace Characters in a String Using Bash This article discusses different approaches to replace characters in a string using Bash. How-tos How to Check if a Command Exists in Bash This article discusses different approaches to check if a Bash command/file/program/utility exists or not. How-tos How to Start a New Terminal Session in Bash This article explains how to start one or more Bash shell instances from an already running instance. How-tos How to Solve Nodemon Command Not Found This tutorial explains how to solve the nodemon command not found in NodeJS and npm. How-tos How to Solve Error: Make Command Not Found on Cygwin This tutorial demonstrates how to solve the bash: make: command not found error in Cygwin. How-tos How to Check if Input Argument Exists in Bash This tutorial describes checking if a script user has passed an input argument to a Bash script. How-tos How to Rename a File in Bash This tutorial will discuss how to rename file in Bash. How-tos How to Parse XML in Bash This tutorial will discuss how to parse XML in Bash. How-tos How to Echo to Stderr in Bash This tutorial will discuss how to echo to stderr in Bash. How-tos How to Read a File Into an Array Using Bash This short tutorial is a guide to loading the contents of a file into a Bash array. How-tos How to Find File Size in Bash This tutorial will discuss finding the file size in Bash. How-tos How to Check if a Variable Has a Value in Bash This tutorial will discuss checking if a variable contains a value in Bash.

← All topics