3 lines
48 B
Text
3 lines
48 B
Text
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
egrep 'IN *A' | awk ' { print $5}'
|