2 lines
47 B
Plaintext
2 lines
47 B
Plaintext
|
#!/bin/bash
|
||
|
grep -Ec '(.).* \1.* \1.* \1.*' $1
|