Linux

The Linux tr Command

The Linux tr command helps a user to delete a set of characters or translate them to another character set. This is especially useful when you know a set of characters have to be replaced but the file size is too large to manually make the changes. The Linux tr command’s list of functions includes

The Linux tr Command Read More ยป

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