AWK get text between two patterns




awk '/BEGIN/,/END/' info.txt 
 
***** BEGIN *****
BASH is awesome
BASH is awesome
***** END *****
 
 

View expiration date of DNSSEC signature

  dig SOA yourdomain.com @nameserver +dnssec  

Mais vistos