#!/bin/sh

grep "." $HOME/file* > /tmp/test

diff /tmp/test correct


