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 1764189994
Design programs to be connected to other programs.
Home
Notebook
Contact us