Files
eapim-admin/WebContent/shell/errorContents.sh
T
Rinjae c54ef1903f init
2025-09-05 17:16:26 +09:00

8 lines
133 B
Bash

#!/bin/csh
if ($#argv == 4) then
cat $1 | grep -nE "$2|$3" | grep $4
else if ($#argv == 3) then
cat $1 | grep -nE "$2|$3"
endif