Memorandums 総数:19 今日:1 昨日:1
$ find . -type f | xargs -i mv {} {}.html
$ find . -name '*.sh' -mtime -4 -mtime +3 | xargs -i% mv % /tmp