Searching in Linux

draft Linux

find file(s) from 15.05.2024

find /path/to/directory -type f -newermt 2024-05-15 ! -newermt 2024-05-16

find string in file(s)


egrep -r -e "text"

d




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Ransomware
  • Multi-Factor Authentification
  • Dropping Linux privileges
  • Linux GPT
  • HTTP Connection Coalescing