8c8
< E_NOSUCHFILE=65
---
> E_NOSUCHFILE=85
22c22
< exit 0
---
> exit  # Ends script execution.
24,30c24,35
< # from 'man bash':
< # Here Strings
< # 	A variant of here documents, the format is:
< # 
< # 		&lt;&lt;&lt;word
< # 
< # 	The word is expanded and supplied to the command on its standard input.
---
>   from 'man bash':
>   Here Strings
>   	A variant of here documents, the format is:
>   
>   		&lt;&lt;&lt;word
>   
>   	The word is expanded and supplied to the command on its standard input.
> 
> 
>   Of course, the following also works:
>    sed -e '1i\
>    Title: ' $file
