perl 4.0 patch 36: (combined patch)
[p5sagit/p5-mst-13.2.git] / eg / rmfrom
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;