In this tutorial, we’ll check some ways to build a complete Linux path by concatenating two strings holding the subpaths.
Bruno has been a Software Engineer for more than 15 years and a techie since he was a kid. He has worked on several projects in different industries. Nowadays he is working as an Application Architect in the payments industry. When he is not developing or architecting you will find him doing 3D modeling, a bit of carpentry, or taking long walks around the city.
Filed under Scripting
In this tutorial, we’ll check some ways to build a complete Linux path by concatenating two strings holding the subpaths.
Filed under Files
In this tutorial, we’ll learn when and how to use “./” for running a script in Linux.
Filed under Scripting
Let’s discuss how we can get the exit code of a process running in the background.
Filed under Files
Understand what causes the “argument list too long” problem in Linux and how to solve it.
Filed under Scripting
In this tutorial, we’ll discuss the differences between ${} and $() in Bash.
Filed under Scripting
In this tutorial, let’s explore how to measure elapsed time of a script in Linux.
Filed under File Searching
As Linux users, we frequently interact with the file systems. One of the common tasks is to list the files and sort them according to their size.
Filed under Processes
In Linux systems, processes can receive a variety of termination signals, such as SIGINT or SIGKILL. Let’s explore them.
Let’s explore how we can iterate over a list of files with spaces in their names.