spanskiblog/content/posts/Locate.md

21 lines
495 B
Markdown

+++
date="2022-12-24"
author="spanskiduh"
title="Locate"
description="click to read about Locate"
+++
# Locate
### Examples of locate command
use whatis/man locate for more info
- `locate --all "passwd"`
- `locate /etc --all "passwd"`
- `locate "passwd" | grep "/etc/"`
- `locate --all "*.conf" | grep resolv`
- `locate --all "*conf" | grep proxychains`
- `locate --all -c "*.conf"` - Count number of files whith provided name / pattern
Use `-i` parameter to search uppercase/lowercase !