htg-public/shell/stutter_white.sh

12 lines
180 B
Bash
Raw Permalink Normal View History

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