#!/bin/sh

# Copyright (C) 2000  Hendrik Luebben
#
# This program is subject to the GNU General Public License
# see GNU.txt for details


echo most similar: "$1""	"and  "$2"
ls -lagF "$1" "$2"
xv "$1" &
xv "$2"
