home *** CD-ROM | disk | FTP | other *** search
/ ftp.muug.mb.ca / 2014.06.ftp.muug.mb.ca.tar / ftp.muug.mb.ca / pub / src / perl / eg / rmfrom < prev    next >
Text File  |  1992-04-11  |  158b  |  8 lines

  1. #!/usr/bin/perl -n
  2.  
  3. # $Header: rmfrom,v 4.0 91/03/20 01:12:02 lwall Locked $
  4.  
  5. # A handy (but dangerous) script to put after a find ... -print.
  6.  
  7. chop; unlink;
  8.