summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/eg/rmfrom
blob: bfd5b835f0f5cd4701f51f4b6d2fd7708eb07e7b (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl -n

# $RCSfile: rmfrom,v $$Revision: 1.2 $$Date: 1997/11/30 07:49:42 $

# A handy (but dangerous) script to put after a find ... -print.

chop; unlink;