Win7 File Search Tips

Source: Internet
Author: User
Tags alphanumeric characters

Important Notes

(1) the search string is case insensitive

(2) strings with double quotes and without double quotes are different.

such as: Hello, search for a file or directory containing the beginning of the Hello Word, named "Aa_hellocc ...", "cc-hello99 ...", "FF hellot ...", "Mm+hellokk ..." will be searched

For example: "Hello", search for a file or directory that completely contains hello words, called "Aa_hello_", "cc-hello$", "FF hello% ...", "Mm+hello!..." will be searched //conditions more stringent

Note: words are sliced by non-alphanumeric characters

Wildcard characters

*.jpg //* for any character or kanji, search for a file or directory with a suffix of. jpg

The melon //? Represents a character or kanji

operator -Uppercase required

China and Lake //contains files or directories that begin with China and lake, equivalent to: ChinaLake or China + Lake

Lake not China //contains a file or directory containing lake that does not contain the beginning of the Chinese word, equivalent to:Lake-china

Lake or China /file or directory containing the beginning of a lake or Chinese word

keyword --case insensitive

System.filename:~//A file or directory starting with how

System.filename:~>39.doc //files or directories ending in 39.doc

SYSTEM.FILENAME:=.SVN //For. svn files or directories

System.filename:<>test.txt //non-test.txt files or directories

System.filename:~=pro //file or directory containing pro

System.filename:~!go //files or directories that do not contain "go"

System.filename: "Sound" //a file or directory that completely contains a sound word is equivalent to "sound"

System.FileName:sound //The file or directory containing the start of the sound Word is equivalent to the sound

System.kind:<> pictures //files or directories not for pictures Chinese operating systems can write like this

Type: Video //for video files Chinese operating system can write like this

SYSTEM.DATEMODIFIED:2010/5/25 //The files or directories modified on the day of 2010/5/25

system.datemodified:2012.8 //files or directories modified in 2012.8 months

system.datemodified:2015 //files or directories modified in 2015

SYSTEM.SIZE:<1MB //files or directories less than 1 MB

SYSTEM.SIZE:>15MB //files or directories larger than MB

Comprehensive case

Not (*.doc or *.xls) //is neither a doc type nor an XLS type file or directory

system.kind:= folder and SYSTEM.FILENAME:=.SVN //For. SVN directory

System.filename:~=baobeibaobei and system.filename:~!39 //contains Baobeibaobei and does not contain 39 of files or directories

Win7 File Search Tips

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.