#!/bin/bash
echo "Searchin in tmp/maplist"
cat tmp/maplist | grep -i ${1}
