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

# $RCSfile: rmfrom,v $$Revision: 1.1 $$Date: 1996/08/19 10:11:54 $

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

chop; unlink;