3 # this shell script is amazingly similar to the old and lamented
4 # BSD "install" command. It recognized the following options:
8 # -g target file group owner
13 while [ $# -gt 0 ]; do
31 echo "install: unknown option $1"
41 # we need two more: filename and destination
44 echo "Usage: install [ -o owner ] [ -m mode ] [ -g group ] file destination"