Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

v18: EVERYTHING /S

May
12,846
164
This command
Code:
everything tc1
produces 59 results. Here's the last one.
Code:
v:\> everything tc1 | tail /n1
C:\Users\vefatica\Desktop\TC16.lnk
With "/S" it finds nothing.
Code:
v:\> everything /s tc1

v:\>

This command
Code:
everything foo
finds 153 files. Here are 5 of them.
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
With "/S" it shows only 4 of them.
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:\>
 

Similar threads

Back
Top