Reputation: 21
I am linux a linux newbie. I like to know what command can i use to update timestamp of directory reference from other directory ?
Thanks
Upvotes: 0
Views: 125
Reputation: 27562
touch -r other_directory directory_to_change
Upvotes: 3