Add tags

Add tags to the following comment
Scheme (Gauche) で。
1
2
3
4
(use file.util)
(define (remove-backup dir)
  (directory-fold "." (lambda (path seed) (and (#/~$/ path) (sys-unlink path))) #f))
(define (main args) (for-each remove-backup (cdr args)) 0)

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...