UNIX Tutorial
What would each of the following commands do? (Try them in your home directory.)
echo *
echo /*
echo \*
echo "*"
echo '*'
echo
echo */*
rm * [Careful! DO NOT TRY THIS.]