#!/bin/bash for item in * do if [ -f $item ] then echo $item fi done
for
do
done
if
then
(elif...then...)
(else)
fi