#!/bin/sh


find -L /etc/nagios -wholename "*${1}" -exec vim {} \;
