15 Essential Directory Commands in Linux / Unix In this tutorial, you will find the 15 essential linux commands about directory. This page provides the detailed examples of each directory command in…
C# Tutorial – How to Compare C# with Java
Here you will find 15 differences between C# and java with explanation. DIFFERENCE BETWEEN C# AND JAVA S.N C# JAVA 1. File extension name : .cs File extension name : .java 2….
C# Tutorial – Compare C with C#
Here you will learn and understand the difference between c# and c language (c vs c#) S.N C#.NET C 1. C# is a pure object oriented language C is a pure structure…
How to use count, countA, countBlank, countIf in Microsoft Excel
Excel Tutorial 1. Using count(range) Syntax =count(range) Where, range is a group of input cells. Example 1 Input Data Applying count() function Result 2. Using countA(range) Syntax =countA(range) Where, range is a…
how to use lolcat command in linux
lolcat Command in Linux (5 Examples) Here you can find 5 examples of lolcat command in unix / linux terminal with examples. They are 1. Creating a file Syntax lolcat > filename…
How to use Xeyes Command in Linux
Xeyes Command in Linux Note Syntax xeyes Example
How to Cat Command in Linux (6 Examples)
Cat stands for Concatenate. It is one of the powerful linux command which is used for various purposes like creating files, showing file contents, appending, merging, line numbers, etc,… Here you can…
How to use Tree Command in Linux (8 Examples)
TREE COMMAND IN LINUX Syntax tree (OR) tree options folder-name Where Examples Example 1 – Listing Files and Folders in Current Directory Example 1 – Listing Files and Folders in Current Directory…
How to use file test operators in shell scripting tutorial – Elango Notes
In this tutorial, you will learn how to check file exists, directory exists using file test operators with shell scripting tutorial in linux / unix. Three Operations 1. Checking File / Directory…
Read File Line By Line in Bash Scripting
In this shell scripting, file contents can be displayed line by line using while loop and word by word using for loop. Two Operations 1. Reading File Contents Line by Line via…