2 lines
100 B
Bash
Executable file
2 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
grep -E "^([[:digit:]]{3}-|\([[:digit:]]{3}\) )[[:digit:]]{3}-[[:digit:]]{4}$" file.txt
|