home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c004 / 2.ddi / UNIX / TRM < prev   
Encoding:
Text File  |  1989-04-18  |  65 b   |  7 lines

  1. if test -f $1
  2. then
  3.     rm $1
  4. else
  5.     echo $1 does not exist.
  6. fi
  7.