This got... long... and complicated. But I think it's a really good demonstration of getting redo to do complicated things elegantly. At least, I hope it is.
3 lines
104 B
Text
3 lines
104 B
Text
redo cookbook/clean
|
|
rm -f *~ .*~ t/*~ t/.*~ *.1 t/*.1 \
|
|
md-to-man *.tmp t/*.tmp *.html */*.html *.list
|