The wc Command in Linux

In this tutorial, we are going to discuss wc command in Linux. Basically, the wc command stands for Word-Count in Linux. ‘wc’ command is used to count the no. of lines, words, and characters in Linux. You just need to mention the file name on which you want to perform count command. The syntax for

The wc Command in Linux Read More ยป

The curl command in Linux

In this tutorial, we are going to discuss curl command in Linux. Basically, the curl command is used to access and download files on a remote server. Since even HTML documents are files, the curl command can extract entire web pages and save them on your local disk. Let’s find out how to use the

The curl command in Linux Read More ยป

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 ยป