1#!/bin/bash
2
3mawk '!/#/' $1 | cut -f1 | sort | uniq | wc -l
4