- May
- 13,604
- 201
This command
produces 59 results. Here's the last one.
With "/S" it finds nothing.
This command
finds 153 files. Here are 5 of them.
With "/S" it shows only 4 of them.
Code:
everything tc1
Code:
v:\> everything tc1 | tail /n1
C:\Users\vefatica\Desktop\TC16.lnk
Code:
v:\> everything /s tc1
v:\>
This command
Code:
everything foo
Code:
v:\> everything foo | head /n5
H:\work\foo
H:\work\empty\foo
G:\Maple16\eBookTools\fop-1.0\examples\fo\footnotes
H:\Users\NetworkService\Local Settings\Temporary Internet Files\Content.IE5\QWDGT055\33308-pie-lettuce-gnocchi-spring-season-food-dish-relish-1__crop-wide-196x108[1].jpg
H:\Users\NetworkService\Local Settings\Temporary Internet Files\Content.IE5\YPTUYZUP\62561-apple-chocolate-food-woman-hands-spry__crop-square-76x76[1].jpg
Code:
v:\> everything /s foo
C:\Users\vefatica\AppData\Roaming\Microsoft\Windows\Recent\desktop.foo
C:\Users\vefatica\AppData\Roaming\Microsoft\Windows\Templates\foo.txt
H:\work\foo
H:\work\empty\foo
v:\>