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…
Tag: linux commands
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 Pipe Command in Linux
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 ls Command in Linux with 12 Examples
ls command Important Command options S.N Options Descriptions 1. ls -a Displays all hidden files 2. ls -s Displays size with files 3. ls -l Displays files and directories in long format…
How to use Directory Commands in Linux (15 Examples)
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…
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…