for loop is used to iterate over a list of items until a particular…
The following command is used to count the number of lines of code in…
This example will help you to parse a command line arguments in bash…
This below example, will show you to how print a hello world program…
In this example, you will learn about how to print a hello world…
Learn, how to print a program in the Scala language. Create a new…
This example will show you how to write a hello world program in Rust…
To get the first three characters from a string we can use the method…
This example will show you how to write a hello world program in…
In this tutorial, you will learn about how to write a hello world…
This example will show how to print a in the coffee script. Create a…
To print a new line in bash, we need to use literal in command…
To get the first five characters from a string we can use the method…
In this tutorial, you will learn about how to write a hello world…
Learn, how to select an element in Angular component with the help of…
Angular offers us different ways to add classes conditionally to the…
This example will help you to get the full path of an directory using…
You can use the posix compatible command to check, if the command…
We can use POSIX standard command to convert a string into a…
To concatenate a string to the existing string, we can use the…
In this tutorial, we are going to learn about how to check if a given…
We can do this by setting an internal file separator (IFS) variable to…
To compare a two string in bash, we can use the statement with…
This below example, shows you how to extract the number from a string…
We need to use double quotes to set a variable as an output to the…
This example will show you how to extract filename and extension…
In angular, we’ll get this type of errors if we forgot to add inside…
We can remove the leading and trailing whitespaces of a string by…