#! /bin/sh

if ! grep '/\.auto[[:space:]]\+/etc/auto.ftp' /etc/auto.master > /dev/null 2>&1
then
#  > /dev/null 2>&1
    echo 'auto.ftp is not there (LIE)'
else
    echo Yes, auto.ftp is in auto.master
fi
echo Here is auto.master:
cat /etc/auto.master
