Results 1 to 3 of 3
Dear all
my system time was not update when I compiled my project last time and now after adjusting the system time/date compiler report clock skew error.
I have many ...
- 04-27-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 11
[SOLVED] How to Touch all the files in a project folders
Dear all
my system time was not update when I compiled my project last time and now after adjusting the system time/date compiler report clock skew error.
I have many source folders in my project and I can not Touch files in each folder by this command :
$touch *
are there any other command to touch all the files in the project folders recursively ?
note that I am using Fedora 10.
- 04-27-2009 #2Just Joined!
- Join Date
- Apr 2009
- Posts
- 17
- 04-27-2009 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
This will touch all the files under dir_name.Code:find dir_name -type f -exec touch {} \;Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!



