Find files using forfiles in windows
Few days back I had to accomplish yet another task, finding some files among large data. The problem was internal windows search function was very slow and it requires indexing (Which we disabled to save resources on server). In linux you can use find command to find the files you are looking for by using…