
Sun Sep 22 2019
Paste Command in Linux (Merge Lines)
paste is a command that allows you to merge lines of files horizontally. It outputs lines consisting of the sequentially corresponding lines of each file specified as argument, separated by tabs.
Read more

Sat Sep 21 2019
Pushd and Popd Commands in Linux
pushd and popd are commands that allow you to work with directory stack and change the current working directory in Linux and other Unix-like operating systems.

Wed Sep 18 2019
Whereis Command in Linux
whereis is a command-line utility that allows you to find the location of the binary, source, and manual page files for a given command.

Wed Sep 18 2019
Linux Type Command
The type command is used to display information about the command type. It will show you how a given command would be interpreted if typed on the command line.
Wed Sep 18 2019
Linux Which Command

Mon Sep 16 2019
Chmod Command in Linux (File Permissions)

Fri Sep 13 2019
Gunzip Command in Linux

Thu Sep 12 2019
How to Truncate (Empty) Files in Linux

Mon Sep 09 2019
How to Install and Use Curl on Debian 10 Linux

Wed Sep 04 2019
Chgrp Command in Linux (Change Group)
