mirror of
https://github.com/drasko/codezero.git
synced 2026-01-12 02:43:15 +01:00
5 lines
54 B
Plaintext
Executable File
5 lines
54 B
Plaintext
Executable File
find . -exec touch {} \;
|
|
|
|
# or
|
|
# find . | xargs touch
|