#! /bin/sh
swt "Useful Commands"
cat << 'END_OF_FILE'
These are templates for some useful UNIX commands.  Try using
text copy and insert to place them in other windows.

find . -type [fd] -print -exec cmd {} \;
tar cf - -C srcdir . | tar xpvf -
ls -lagR
troff -man -t /usr/man/man1/dm.1 | /usr/isi/preview
END_OF_FILE
while true
do
	read jnk
done
