This command searches the current directory and subdirectories for files created or modified after January 1st, 2021, but before January 1st, 2022.
find . -type f -newermt 2021-01-01 -not -newermt 2022-01-01 -name "*filedot*" ls filedot 2021
If you are trying to generate a text file or "paper" listing your files (including dot files) from the command line, use these steps: : ls -a but before January 1st
Slowly, he approached the laptop. He needed to disconnect the Wi-Fi. He needed to wipe the drive. ls filedot 2021
ls -l | grep 2021 | grep filedot
or