Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 15:18:13 +0200
From:      Joachim Dagerot <joachim@dagerot.nu>
To:        freebsd-questions@freebsd.org
Subject:   shell programming - how to write a script that renames files after their last moddate?
Message-ID:  <200305271318.h4RDIDs21928@thunder.trej.net>

next in thread | raw e-mail | index | archive | help
This is certainly not freeBSD specific and probably I'm annoying
someone for being off-topic but please be patient and hint me on where
to find good resources in shell-programming.



I could use some help in writing a script that renames all files in a
directory tree to the files last modified date, example usage:

> daterename "Img_" *.jpg

the command above will rename all *.jpg files to "Imag_<date>".jpg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305271318.h4RDIDs21928>