In this bash tutorial, you will get convert word to number in bash script with examples.This is implemented using for loop, tr command, switch case in shell script…
Tag: linux
Linux Commands – How to use cat, zcat, tac and lolcat commands in Linux
In this tutorial, you will understand the differences between the linux commands like cat, zcat, lolcat and tac 1. cat command Usages Syntax …
How to Copy File in Linux (3 Tips) | Linux Tips and Tricks
In this tutorial, you will learn three tips for file copy in linux terminal using three different ways. THREE DIFFERENT WAYS 1. Copy File using cp command Syntax …
How to use Boxes Command in Linux
In this linux tutorial, you will find how to use boxes command in linux with an example. Boxes Command in Linux NOTE Syntax echo message | boxes Example echo…
How to use echo command in linux tutorial (7 Examples)
ECHO COMMAND FILE OPERATIONS USING ECHO COMMAND IN UNIX echo command Practical Usages of echo command 1. File Creation using echo command Syntax Example 2. Text Appending to File using echo command…
How to use Printf Command in Linux (5 Examples)
Printf Command – In this tutorial, you will learn 5 practical examples of printf command in linux, printf command in linux with options, unix printf command with examples. General Syntax 1. File…
How to use asciiquarium Command in Linux
Asciiquarium Command in Linux NOTE Syntax asciiquarium Example asciiquarium Screenshot 1 Screenshot 2
How to use Cmatrix Command in Linux Tutorial
Cmatrix Command in Linux NOTE Syntax cmatrix option where, Options can be -C, -r, -b, -a, etc,… cmatrix -C red [shows scrolling in red color] cmatrix -r [enable rainbow mode] Example 1 …
How to use aafire Command in Linux Tutorial
Linux Commands Tutorial aafire command NOTE Installing aafire Command on Debian / Ubuntu Linux sudo apt-get install libaa-bin Syntax aafire Example aafire MORE TUTORIALS
How to use Paste Command in Linux [5 Examples]
Linux Tutorial on Elango Notes This linux tutorial provides 5 practical examples of paste command in linux / unix OS. This includes files merging horizontally, sequentially, displaying file contents, etc,… Paste Command …