#!/bin/bash
name="$1"
grep -i -h -R "\(^$name\|\t$name\| $name\)" ~/.contacts/
