#!/bin/bash
# tute0

clear
sleep 2
echo -e "\n\t\t     Common Bash usages and constructs\n"
echo -e "#################################### 00 ######################################\n"
echo -e "I think I can pack more information into less time writing this script than" 
echo -e "would be possible if I tried to put it all on a web pages and ran my mouth.\n"
sleep 5
echo -e "This script will run through some common Bash usages and constructs.\n"
sleep 5 
echo -e "If you understand what follows you will be well on your way to being able"
echo -e "to read a script and understand what it will do.\n"
sleep 5
echo -e "Some of the things I present here you may already know. Be patient. I will"
echo -e "try to get to something you mightn't know later.\n\n\n"
sleep 5






