The document contains summaries of several Bash scripting examples including:
1) A script that prints numbers from 1 to 10.
2) A script that calculates the factorial of a user-input number.
3) A script that adds two numbers using a function.
4) A script that displays the multiplication table of a user-input number using a function.
5) A script that finds the highest and lowest of three user-input numbers using functions.
6) Additional scripts that test if a file exists, print a file with line counts, remove duplicate lines from a file, and remove all empty files.