Getting Complex With Remote Bash

Over the past few months, I’ve found and created a bunch of fun new scripting tricks and tools. Below are two somewhat related items that helped to unlock new possibilities for me in remote bash automation. The first is a Perl one-liner that allows filtering access logs by start and end times. The second is a method for executing complex commands remotely via ssh without all those intricate escapes. As context for the Perl log filter, my team at work regularly performs Load Test Analyses....

2015-10-25 · 4 min · 771 words · Nathaniel Hoag