4 lines
74 B
Bash
4 lines
74 B
Bash
|
#!/bin/bash
|
||
|
python ~/tools/print-matches.py '^.*[\W]+([\w]{20})[\W]+.*$'
|
||
|
|