![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I make "touch" create executable files by manipulating umask? | tphyahoo | Shell Programming and Scripting | 2 | 01-30-2009 04:20 PM |
| How to loop through directories to touch files | sussane | Shell Programming and Scripting | 9 | 12-29-2008 05:25 AM |
| script to touch a sequence of files | sussane | Shell Programming and Scripting | 2 | 12-25-2008 08:57 AM |
| touch | ramky79 | Shell Programming and Scripting | 4 | 09-09-2008 02:52 AM |
| touch pad not working | moxxx68 | UNIX for Dummies Questions & Answers | 5 | 11-13-2004 02:55 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Touch all files and subdirectories (recursive touch)
I have a folder with many subdirectories and i need to set the modified date to today for everything in it. Please help, thanks!
I tried something i found online, find . -print0 | xargs -r0 touch but I got the error: xargs: illegal option -- r |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|