博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Everything search syntax
阅读量:6760 次
发布时间:2019-06-26

本文共 4324 字,大约阅读时间需要 14 分钟。

Operators:    space    AND    |    OR    !    NOT    < >    Grouping    " "    Search for an exact phrase.Wildcards:    *    Matches zero or more characters.    ?    Matches one character.    *.*    Same as *Macros:    quot:    Literal double quote (")    apos:    Literal apostrophe (')    amp:    Literal ampersand (&)    lt:    Literal less than (<)    gt:    Literal greater than (>)    #x:    Literal unicode character x code.Modifiers:    ascii:    Enable fast ASCII case comparisons.    case:    Match case.    diacritics:    Match diacritical marks.    file:    Match files only.    folder:    Match folders only.    noascii:    Disable fast ASCII case comparisons.    nocase:    Do not match case.    nodiacritics:    Do not match diacritical marks.    nofileonly:    Do not allow files only.    nofolderonly:    Do not allow folders only.    nopath:    Do not match path.    noregex:    Disable regex.    nowfn:    Do not match the whole filename.    nowholefilename:    Do not match the whole filename.    nowholeword:    Do not match whole words only.    nowildcards:    Disable wildcards.    noww:    Do not match whole words only.    path:    Match path and file name.    regex:    Enable regex.    utf8:    Disable fast ASCII case comparisons.    wfn:    Match the whole filename.    wholefilename:    Match the whole filename.    wholeword:    Match whole words only.    wildcards:    Enable wildcards.    ww:    Match whole words only.Functions:    attrib:
Search for files and folders with the specified file attributes. attributes:
Search for files and folders with the specified file attributes. child:
Search for folders that contain a child with a matching filename. dateaccessed:
Search for files and folders with the specified date accessed. datecreated:
Search for files and folders with the specified date created. datemodified:
Search for files and folders with the specified date modified. daterun:
Search for files and folders with the specified date run. da:
Search for files and folders with the specified date accessed. dc:
Search for files and folders with the specified date created. dm:
Search for files and folders with the specified date modified. dr:
Search for files and folders with the specified date run. dupe: Search for duplicated filenames. empty: Search for empty folders. ext:
Search for files with a matching extension in the specified semi-colon delimited extension list. fsi:
Search for files and folders in the specified zero based internal file system index. len:
Search for files and folders that match the specified filename length. parents:
Search for files and folders with the specified number of parent folders. rc:
Search for files and folders with the specified recently changed date. recentchange:
Search for files and folders with the specified recently changed date. root: Search for files and folders with no parent folders. runcount:
Search for files and folders with the specified run count. size:
Search for files with the specified size in bytes. type:
Search for files and folders with the specified type.Function Syntax: function:value Equal to value. function:<=value Less than or equal to value. function:
value Greater than value. function:>=value Greater than or equal to value. function:start..end Is in the range of values from start to end. function:start-end Is in the range of values from start to end.Size Syntax: size[kb|mb|gb]Size Constants: empty tiny 0 KB < size <= 10 KB small 10 KB < size <= 100 KB medium 100 KB < size <= 1 MB large 1 MB < size <= 16 MB huge 16 MB < size <= 128 MB gigantic size > 128 MB unknownDate Syntax: year month/year or year/month depending on locale settings day/month/year, month/day/year or year/month/day depending on locale settingsDate Constants: today yesterday tomorrow
january|february|march|april|may|june|july|august|september|october|november|december jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec sunday|monday|tuesday|wednesday|thursday|friday|saturday sun|mon|tue|wed|thu|fri|sat unknownAttribute Constants: A Archive C Compressed D Directory E Encrypted H Hidden I Not content indexed L Reparse point N Normal O Offline P Sparse file R Read only S System T Temporary V Device

 

转载地址:http://rlfeo.baihongyu.com/

你可能感兴趣的文章
树莓派网络对时
查看>>
微信小程序中跳转另一个小程序
查看>>
生日相同 2.0
查看>>
iOS-细说 iOS 消息推送(转)
查看>>
unix编程艺术的设计原则
查看>>
【100题】第四十六题 括号匹配
查看>>
123
查看>>
桌面上的计算机(此电脑)图标不见了(或者只是快捷方式),找回的方法
查看>>
霍夫变换理解
查看>>
Redis, Python操作Redis, Linux操作Redis, Redis命令, Redis发布订阅, Redis持久化, Redis主从同步...
查看>>
jQuery
查看>>
ABAP中TAB分隔符的使用
查看>>
smartforms初始化
查看>>
iOS buttonWithType:101 苹果私有api
查看>>
条款10:令operator=返回一个reference to *this
查看>>
单例模式
查看>>
.NET实现多个不同有效时间Session方案思考
查看>>
移动端常见问题及解决方案
查看>>
Github 使用的Markdown语言
查看>>
UVA 247 - Calling Circles (Floyd)
查看>>