Monday, July 14, 2014

Linux “Touch” in Windows

Another quick reference:

copy /b filename.ext +,,

The command above will “touch” a file (change its modified time).
Hope it’s useful.