Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 380 Bytes

2024-08-25-linux-search.md

File metadata and controls

30 lines (21 loc) · 380 Bytes
layout title date last_updated description tags categories featured
post
Searching in Linux
2024-08-27 11:00:10 -0700
2024-08-27 11:00:10 -0700
how to search in linux
linux search
linux
false

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