#!/bin/sh

for i in abc def ghi jkl mno pqr st
do
   locate $i >/dev/null
done
