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.
cat /tmp/file
A4ABCdd
a654321
a987463
1122322
a654321
a987463
awk '{ if ($1==/^[a-z][0-9]{6}$/) print $1 }' /tmp/file