Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
awk -F'|' '
BEGIN{while((getline <"table.unl")>0)T[$1","$2","$3]++}
T[$1","$2","$3]>0{print >"ok.unl"}
{print >"bad.unl"}
' /path/to/file2test.unl