#!/bin/sh for i in $@ do apt-cache search $i | grep -i $i | more done