why awk? awk is small, fast, and simple, unlike, say, perl. awk also has a clean comprehensible C-like input language,…
Script to delete a line from a file if it have a particular pattern sed -i "/"pattern"/d" filename find /home/…
You can use the following script to auto restart the nginx on the server. The following script check the status and…