|
#1
| ||||
| ||||
| Changing dates on multiple files? How do I change the date and time information on all the files in a folder, and it its's sub-folders? Thanks!
__________________ iMac DVSE@400 MHz, 384 Mb RAM, 80 Gb HDD, SmartDisk VST 8x CD-R/RW Mac OS X 10.2 "If it's not love, then it's the bomb that will bring us together" - Morrissey |
|
#2
| |||
| |||
| As from Kristjan said. You've gotta open the Terminal. Then cd to the directory you want then enter this command. > find . -exec SetFile -m <date> {} \; The find command will find all find in specified directory ( in this case . [current] directory ). Then it will execute command you specified after -exec and {} will be replaced by file name it found. Last \; will tell it where the command ends. Cheers, UNIX. |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unlocking multiple files | wicky | Mac OS X System & Mac Software | 6 | April 7th, 2003 11:14 AM |
| Photoshop Q: mass changes to multiple files? | themacko | Design & Media | 4 | December 4th, 2002 11:01 PM |
| changing locked resource/xml files | peterr | Mac OS X System & Mac Software | 0 | November 6th, 2002 04:17 AM |
| Multiple rar files | set128 | Mac OS X System & Mac Software | 1 | March 15th, 2002 03:20 PM |
| Multiple index files and server admin ? | Jkle | Mac OS X System & Mac Software | 1 | November 17th, 2001 02:57 AM |