$
echo "This is the basic unix file system environment"
echo "Your Current Working Directory is: $(pwd)"
echo "Your Current Working Month is: $(cal)"
$
