Defining flag parameters in bash – CentOS
I wrote bash script, in which I included some logging, to see what is going on in each step of exectuion. Now, I can split those logs in debuggin info and user info (that something has completed, etc.). So I'd…