home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Techno Guide - Aspettando Windows 98
/
TechnoGuide.iso
/
internet
/
netterm
/
netprint
< prev
next >
Wrap
Text File
|
1995-08-03
|
126b
|
10 lines
#! /bin/sh
if test -r $1
then
echo 'i'
cat $1
echo 'i'
else
echo Filename must exist and be readable
fi