Re: touch
"Alfred M. Szmidt" <[email protected]> Sat, 15 Feb 2003 15:38:16 +0100
| Newsgroups | gmane.comp.gnu.fileutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
I need all files in all sub-directories to have today's timestamp.
find . -type f -exec touch {} \;
Should do the trick.