search directory

Search Commands

Search tools, operations, flags, and command strings. Results are capped for Worker performance.

Ag Commands

30 ag entries

Limited to 100 results

Back to all tools
ag

Ag Command: Case Insensitive Match

ag -i -o STRING
ag

Ag Command: Case Insensitive Only Matching

ag -i -o <STRING>
ag

Ag Command: Case Insensitive Only Matching

ag -i -o STRING
ag

Ag Command: Find Files Case Insensitive Only Matching

ag -i -o STRING
ag

Ag Command: Find Files Containing String

ag string
ag

Ag Command: Find Files Containing String In Directory

ag string <path/to/directory>
ag

Ag Command: Find Files Matching Regex

ag '<^ca(t|r)$>'
ag

Ag Command: Find Files With Name Matching String

ag -g string
ag

Ag Command: Find Regex Matches

ag '<regex>'
ag

Ag Command: Find String By File Name

ag <string> -G <file_name>
ag

Ag Command: Find String In Context

ag <string>
ag

Ag Command: Find String In Directory

ag <string> <path/to/directory>
ag

Ag Command: Find String In Filename

ag -g <string>
ag

Ag Command: Find String In Files With Name Match

ag string -G file_name
ag

Ag Command: Find String In Files With Name Regex

ag string -G file_name
ag

Ag Command: List Filenames Containing String

ag -l string
ag

Ag Command: List Filenames With Matches

ag -l string
ag

Ag Command: List Filenames With String

ag -l <string>
ag

Ag Command: List Filenames With Matches

ag -l string
ag

Ag Command: Search For Filename Pattern

ag -g string
ag

Ag Command: Search For String

ag string
ag

Ag Command: Search For String Case Insensitively

ag -i -o STRING
ag

Ag Command: Search For String In Directory

ag string <path/to/directory>
ag

Ag Command: Search For String With File Name Regex

ag string -G file_name
ag

Ag Command: Search With Regex

ag '<^ca(t|r)$>'
ag

Ag Command: Search By Filename

ag -g string
ag

Ag Command: Search By Filename Pattern

ag string -G file_name
ag

Ag Command: Search Contents With Regex

ag '<^ca(t|r)$>'
ag

Ag Command: Search In Context

ag string
ag

Ag Command: Search In Directory

ag string <path/to/directory>