Skip to navigation
How to change the time stamp on linux files?
07.12.13
you can use the touch command. the example will change recursively the creation time of all files and files in subfolders: find . | xargs touch -d '14 Jul 2007 10:22' *
Reply
Anonymous
How to change the time stamp on linux files?
you can use the touch command. the example will change recursively the creation time of all files and files in subfolders: find . | xargs touch -d '14 Jul 2007 10:22' *
07.12.13
Reply
Anonymous
Information Epoch 1782883796
The sum of the parts if greater than the whole.
Home
Notebook
Contact us