#! /bin/sh

# Extract a student name and surname list from the MIF table saved
# from the ODT file as a TXT.

grep -E '^[[:upper:]][[:lower:]]* [[:upper:]][[:lower:]]' ${1+"$@"}
