
vgrep
List of commands for vgrep:
-
vgrep:tldr:121e1 vgrep: Display the number of matches for each directory in the tree.$ vgrep --show=treetry on your machineexplain this command
-
vgrep:tldr:25678 vgrep: Start an interactive shell with cached matches.$ vgrep --interactivetry on your machineexplain this command
-
vgrep:tldr:29ec2 vgrep: Open the "4th" match from the cache in the default editor.$ vgrep --show ${4}try on your machineexplain this command
-
vgrep:tldr:4fb27 vgrep: Recursively search the current directory for a pattern and cache it.$ vgrep ${search_pattern}try on your machineexplain 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 machineexplain this command
-
vgrep:tldr:acc4d vgrep: Display the contents of the cache.$ vgreptry on your machineexplain this command
-
vgrep:tldr:e77be vgrep: Display the number of matches for each file in the tree.$ vgrep --show=filestry on your machineexplain this command