PIPE (UNNAMED PIPE) – In this linux commands tutorial, you will understand how to use pipe command in linux with command and bash script examples. Syntax Example Example 2: Count all the…
How to use Strings in Bash Script
BASH SCRIPT – In this tutorial, you will understand how to use strings in shell script, string operations in bash, bash string comparison, bash string comparison not equal, bash string equals, bash…
How to use Function in Bash Scripting
SHELL FUNCTION – In this tutorial, you will learn function in bash script, function in shell script, function in shell script with arguments, shell script function with parameters and return value with…
How to use Array in Bash Script
BASH ARRAY – In this shell tutorial, you will learn how to create an array for homogenous and heterogeneous type, index based array creation, displaying linux commands using array. Syntax Where, Example…
How to use Program Structure in C#
In this c# tutorial, you will learn about the complete program structure of c# with examples. C# Program Structure 1. DOCUMENTATION SECTION 2. PREDEFINED NAMESPACE SECTION Using Keyword 3….
How to use Literals in C# | C# Programming
In this c# tutorial, you will learn about how to use literals in c#, tokens in c#, types of tokens in c#. TOKENS IN C# TYPES OF TOKENS 1. Keywords …
How to run C# Program in Visual Studio Code
In this c# tutorial, you will learn how to run c# program in visual studio code in windows 10 with clear example. Requirements STEPS FOR INSTALLING .NET SDK CORE IN WINDOWS 10…
How to Translate Text in Python | Text Translation
TEXT TRANSLATION – In this tutorial, you learn how to translate text from one language to another language (python text translator) using best python translation library with python programming examples. I. IMPLEMENTATION…
How to use Function Parameters in C++
FUNCTION PARAMETERS IN C++ This tutorial provides function parameters in c++, call by reference in c++, call by value and call by reference in c++, reference argument in c++…
How to use Functions in C++
In this post, you will learn about how to use functions in c++ with examples. C++ FUNCTION TYPES OF FUNCTIONS 1. Pre-defined function 2. User defined function FUNCTION…