Skip to content
Snippets Groups Projects
Commit 78254251 authored by david_williams's avatar david_williams
Browse files

misc minor improvements and scripts

parent eb68db3b
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
#!/usr/bin/env bash
#
# remember to leave no slashes on commonVariations in source command,
# so that users path is used to find it (first). But, path on
# commonComputedVariables means we expect to execute only our
......
#!/bin/sh
#!/usr/bin/env bash
#
# remember to leave no slashes on commonVariations in source command,
# so that users path is used to find it (first). But, path on
# commonComputedVariables means we expect to execute only our
......
#!/usr/bin/env bash
#
cat /shared/webtools/apps/cruisecontrol-bin-2.8.1/logs.*.request.log | grep \"GET | cut -d" " -f1 | sort | uniq -c | sort -b -g
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment