December 2014
Intermediate to advanced
434 pages
9h 48m
English
So far, we have learned how to write CLI shell commands to manage the application server's resources. This approach has the advantage that you can easily access every server resource easily and quickly, thanks to the built-in autocompletion feature. If, on the other hand, you want to perform some sophisticated logic around your commands, then you need to find some other alternatives.
If you are a shell guru, you might easily resort to some bash scripting in order to capture the output of the CLI and use the rich set of Unix/Linux tools to perform some administrative actions.
Supplying a short overview of the bash functionalities might be an amusing exercise; however, if we do this, we would ...
Read now
Unlock full access