Linux : How to redirect stderr to a file
How to redirect stderr to a file Think of a problem where you want to write the logs scheduled command to a file and the Error Ge…
How to redirect stderr to a file Think of a problem where you want to write the logs scheduled command to a file and the Error Ge…
A Bash Script to check the website availability? Create the script. vi my_web_site_status.sh #!/bin/bash #Author: manas.tri@gmail…
Script for cacti database Backup Cleanup This small script can be used for multiple thing. I'm using this for our cacti DB ba…
Working with text 1. Read a CSV file line by line and extract specific filed, and store it in a variable. file_name="data.cs…