#!/bin/sh for f in *; do mv ${f} "$(stat -f %Sm -t %Y%m%d "${f}")-file"; done
— return to gimbo wiki home page