diff options
Diffstat (limited to 'del.rc')
-rwxr-xr-x | del.rc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +#!/usr/local/plan9/bin/rc + +sed -e 's/ is a duplicate.$//' | while (file = `{read}) { + if (test -f $"file) { + echo rm $"file >> /mnt/mem/log + rm $"file + } +} |