Files
scripts/Linux Gatewatch/show_sup.sh
2024-10-14 00:08:40 +02:00

7 lines
85 B
Bash

#!/usr/bin/bash
#ls -1 GW*.log
for i in GW*.log
do
./gws.pl $i | grep SUPXP004
done