How to print all columns except first column in Linux bash shell ?
Today in this article, we will look at an interesting tip to print all columns of a file except first. Lets look the command stepwise to understand how it works....
Today in this article, we will look at an interesting tip to print all columns of a file except first. Lets look the command stepwise to understand how it works....
Today in this post, we will look how to search or grep special characters in a file text. To search special characters in linux, we need to escape them using...
Here is a quick tip to test a valid IP address on linux bash shell. I have recently used it in one of the scripts i need to prepare. I....
Today we will look at an interesting tip how to run a linux command inside the awk command. For this trick, we will assign the command to a variable, say...
Suppose you want to add line numbers to the output of some command or when reading any file. In this post we will look at a quick tip how to...
Today we will see how to replace some text from a string using sed, awk, tr and in bash shell. Suppose you want to remove “~” from a string, it...
Suppose you want to know how much processes currently running on the system. So there are many ways by which we can find the number of running processes on the...
In this article we will see how to print a particular line from a file in Linux using awk command. Many of the times, we need to grep a particular...