I wrote a quick script to count all rows in all tables in HBase. This works great for my Dev clusters that have ever-growing tables […]
Continue readingCategory: Bash
Search for string and append string to file
A very useful string search and append that I find myself rewriting over and over. So I’ve decided to write a post and capture the […]
Continue readingBash: Output Text in Color
Output in red: echo “$(tput setaf 1)Red Text$(tput sgr0)”
Continue reading