Getting your wordpress self hosted stats on your console with bash script.
Some time back I wrote a blog on how to get your site stats using curl in <a class="zem_slink freebase/en/bash" title="Bash" rel="homepage" href="http://tiswww.case.edu/php/chet/bash/bashtop.html">bash shell. Today we will use the same script to get the stats every few seconds on the terminal on the same line, similar to progress meter.
Here is the script and the description:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
Related articles by Zemanta
- for loop in bash script on solaris without seq (amit-agarwal.co.in)
- Get the mappings from tex file for vim plugins (amit-agarwal.co.in)
- unbound variable – bash completion not working and having issues with other stuff like command not found. (amit-agarwal.co.in)
- bash builtins (almirkaric.com)