home *** CD-ROM | disk | FTP | other *** search
/ Chip: Windows 2000 Professional Resource Kit / W2KPRK.iso / apps / perl / ActivePerl.exe / data.z / rmfrom < prev    next >
Encoding:
Text File  |  1999-10-14  |  173 b   |  8 lines

  1. #!/usr/bin/perl -n
  2.  
  3. # $RCSfile: rmfrom,v $$Revision: 4.1 $$Date: 92/08/07 17:20:31 $
  4.  
  5. # A handy (but dangerous) script to put after a find ... -print.
  6.  
  7. chop; unlink;
  8.