Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 149 Bytes

find.md

File metadata and controls

8 lines (6 loc) · 149 Bytes

FIND

Searches a specific directory for a pattern.

# Finds the git directory recursively within a root folder
find . -name .git -type d