[ Thanks to Chris7mas for this link.
]
“Here’s a list of 10 commands which may come handy when
using the command line in Linux:“Search for all files modified in the last N days containing a
specific text in their namefind DIR -mtime -N -name “*TEXT*”
“For example:
find ~ -mtime -5 -name “*log*”