Stop piping grep into five other commands. It already handles most of that.
In this article, I want to cover a more fundamental aspect of shell scripting: working with command arguments. I suspect that most shell scripts go through an evolution with their command flags, ...