1#!/bin/sh
2
3awk '/^Edu/ { print "edu_NOW=" $2 }' >> tmp/eduout
4