ag
Verified for current stable LTS
Ag Command: List Filenames With Matches
An engineer might use the command 'ag --files-with-matches string' when they need to quickly identify all source code files in a large project that contain a specific function name or keyword during a code review or debugging session. Exact CLI syntax to list filenames with matches using Ag.
When to use this: An engineer might use the command 'ag --files-with-matches string' when they need to quickly identify all source code files in a large project that contain a specific function name or keyword during a code review or debugging session.
Command Syntax
ag -l string ag -l string Command Breakdown
-l- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list filenames with matches using Ag.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Ag Command: Search For String
ag string Ag Command: Search For String Case Insensitively ag -i -o STRING Ag Command: Search For Filename Pattern ag -g string Ag Command: Search For String In Directory ag string <path/to/directory> Ag Command: Search For String With File Name Regex ag string -G file_name