Devo modificare il timestamp di circa 5000 file.
Digitando touch file1.txt , touch file2.txt mi ci vorrà per sempre.
C'è un modo per fare qualcosa nelle righe di touch -R * ?
Che cosa significa il comando "touch" quando applicato a una directory?
$ mkdir test
$ ls -l test
drwxrwxr-x 2 dragos dragos 4096 Oct 27 18:08 test
$ touch test
$ ls -l
drwxrwxr-x 2 dragos dragos 4096 Oct 27 18:08 test