How to gzip a file to a seperate location in linux ?
Today in this post, we will look how to gzip a particular file and store it to an alternate location. Lets see how to gzip at current location and an...
Today in this post, we will look how to gzip a particular file and store it to an alternate location. Lets see how to gzip at current location and an...
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...
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...