-1

The locate command on ubuntu is so great that I miss it a lot on Windows 7.

Do you know of an alternative?

Ok I found this but it's not great:

Is there something like the GNU locate command in PowerShell?

Thank you

unludo
  • 99

2 Answers2

2

If you're looking for a GUI program, Everything is a good alternative.

grawity
  • 501,077
-1

You can use the command where e.g.

where xcopy

c:\windows\System32\xcopy.exe

Phil
  • 142