SOURCE CODE:
echo “1: File having only 3 char."
echo “2: File having specified extension.”
echo “3: File having name starting with lower case letters and ends at digits.”
echo “Enter your choice:”
read c
if [ $c = 1 ]
then
echo “Files are…”
ls ???
