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 article we will look how to search a paragraph like content, or say get some lines before the searched text and few lines afterwards. In linux, we...
An interesting thing to do when creating shell scripts is to know how to color some text/output and blink it. Today in this article , we will look how to...
Today we will look how to search some text in a file and replace specific string on the searched line. For this, we will use sed command i.e. Linux Stream...
Today we will look at the usage of dot “.” on Linux bash shell and how to use it in shell scripts to match a pattern. I. Usage of “.”...