Forrest logo
back to context overview

vgrep

List of commands for vgrep:

  • vgrep:tldr:121e1 vgrep: Display the number of matches for each directory in the tree.
    $ vgrep --show=tree
    try on your machine
    explain this command
  • vgrep:tldr:25678 vgrep: Start an interactive shell with cached matches.
    $ vgrep --interactive
    try on your machine
    explain this command
  • vgrep:tldr:29ec2 vgrep: Open the "4th" match from the cache in the default editor.
    $ vgrep --show ${4}
    try on your machine
    explain this command
  • vgrep:tldr:4fb27 vgrep: Recursively search the current directory for a pattern and cache it.
    $ vgrep ${search_pattern}
    try on your machine
    explain this command
  • vgrep:tldr:9dd0d vgrep: Display a context of "3" lines for each match in the cache.
    $ vgrep --show=context${3}
    try on your machine
    explain this command
  • vgrep:tldr:acc4d vgrep: Display the contents of the cache.
    $ vgrep
    try on your machine
    explain this command
  • vgrep:tldr:e77be vgrep: Display the number of matches for each file in the tree.
    $ vgrep --show=files
    try on your machine
    explain this command
back to context overview