You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grep recursively searches the given SEARCH substring in key and value pairs of given PATH
I.e., (like unix grep) vsh grep does not grep paths for patterns, but rather searches all files for that pattern in a given path. I think what you are looking for would be sth similar to unix find. I will mark this as a new feature request.
Hello,
its seems the
grep
command doesn't return results for paths that match.If you imagine a layout like this:
You can see why being able to grep for 'server1' or 'statename' may be important.
My real example where I'm searching for 'syncthing'.
Many Thanks
The text was updated successfully, but these errors were encountered: