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

# $RCSfile: rmfrom,v $$Revision: 1.5 $$Date: 2001/05/24 18:35:04 $

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

chop; unlink;