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....
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...
Here we will see a trick to save the command output to one or more files alongwith viewing the output on screen. This commandis very ueful for logging and at...
IPTables is a user-space utility or executable binary used to manage the firewall tables provided by Linux kernel firewall module. iptables command applies to IPv4, and ip6tables command is available...
Do you know how to group multiple commands together and redirect their output collectively to a file ? It is a very small tip, however many of us dont know...
In this post, we will look how to get a specific line or a range of lines’ output from a file in linux. We will look at these options step...