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