Expand description
Drive-scoped search via Graph’s /drives/{id}/root/search(q='…').
The find command uses this and adds client-side glob filtering on top
when --name <glob> is given.
Note: only single-quote doubling (OData escaping) is applied to the query
string. Characters like &, #, or non-ASCII are sent as-is.
Structs§
Functions§
- glob_
matches - Shell-style glob match.
*matches any run of characters,?matches one. Case-insensitive. - search