Practical solutions

Linux Howtos How-To Guides

Solve the problem. Keep building. Collection of Linux how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

How to Check if a Command Exists in BashThis article discusses different approaches to check if a Bash command/file/program/utility exists or not. How to Start a New Terminal Session in BashThis article explains how to start one or more Bash shell instances from an already running instance. How to Solve Nodemon Command Not FoundThis tutorial explains how to solve the nodemon command not found in NodeJS and npm. How to Solve Error: Make Command Not Found on CygwinThis tutorial demonstrates how to solve the bash: make: command not found error in Cygwin. How to Check if Input Argument Exists in BashThis tutorial describes checking if a script user has passed an input argument to a Bash script. Error: Cannot Execute Binary FileThis article demonstrates how to execute a binary file in Linux. How to Rename a File in BashThis tutorial will discuss how to rename file in Bash. How to Parse XML in BashThis tutorial will discuss how to parse XML in Bash. How to Echo to Stderr in BashThis tutorial will discuss how to echo to stderr in Bash. How to Read a File Into an Array Using BashThis short tutorial is a guide to loading the contents of a file into a Bash array. How to Find File Size in BashThis tutorial will discuss finding the file size in Bash. How to Check if a Variable Has a Value in BashThis tutorial will discuss checking if a variable contains a value in Bash. How to Remove Empty Line in BashThis tutorial will discuss removing empty lines in Bash. How to Print Array Elements in BashThis tutorial will discuss how to print an array in Bash. How to Check if a File Is Empty in BashThis article demonstrates different methods for checking if a file is empty in Bash. How to Run a Background Process in BashThis 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 topic easier. Urlencode Data for the curl Command in BashThe article explains how we can urlencode data for the curl command in bash. How to Suppress Output in BashThis article guides to suppress all the output of a command using Bash. How to Get Absolute Path in BashThis article demonstrates how to get an absolute path in Linux. How to Overwrite File in BashThis article demonstrates how to overwrite a file in Linux. ash Nohup vs AmpersandThis article discusses the difference between nohup and ampersand operator for running Linux processes in the background. How to Write to a File in BashThis article explains different methods to write to a file using bash. How to Increment Variable Value by One in Shell ProgrammingThis article demonstrates how to increment a variable value by one in shell programming. How to Sort Data Based on the Second Column of a File in BashThis tutorial educates about how to use the bash command to sort data based on the second column of a file.