for i in $( ls );
do
echo $i;
done
To see if a file exists:
if [ -f file_name ]
then
echo "File exists"
elif [ -d filename ]
then
echo "File is a directory"
else
echo "File does not exists"
fi
Right, but what about the experiences that Mozilla chooses to default for users like switching to Yahoo and making that the default upon ...