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
# FileRecursion
Recursively searches files starting in a given top directory to find all file names containing the given string.
Also gives file sizes for individual files and the total size of all files found.
About
Recursively searches files starting in a given top directory to find all file names containing the given string.