#!/bin/bash
grep -r -n --color \
--include "*.py" \
--include "*.html" \
--include "*.js" \
--include "*.css" \
"^.*[^[:space:]]\+.*[[:blank:]]\{2,50\}.*$"