Linux

Grep command in Linux

In this tutorial, we are going to learn how to use grep command in Linux. We use grep command to search within files or output of text. Grep command can also be combined with other commands with the use of the pipe “|” operator. The grep command in Linux can be used to search a […]

Grep command in Linux Read More ยป

Echo command in Linux

In this tutorial, we will learn how to use the echo command in Linux. You might have heard an echo in science where it is considered as repeated sound. Here, it is totally different. Don’t mess Linux commands with science’s terminologies. Folks don’t get confused with this. The echo command in Linux is one of

Echo command in Linux Read More ยป

Linux which Command

The Linux which command is used to identify the path of executable files. The path is identified by searching it in the path environment variables. Syntax of Linux which is as follows: What is the PATH variable? PATH is an environment variable in Linux and other Unix-like operating systems that tells the shell which directories

Linux which Command Read More ยป