sata test.txt
find ./* -type f -exec touch {} \;
find ./* -type d -exec touch {} \;
touch -d "2020-11-11 11:00:00" test.txt
find ./* -exec touch -t 202011111100.00 {} \;