Find files starting with a string
Moderators: Hacker, petermad, Stefan2, white
Find files starting with a string
Do it is possible to search for files that, not contain, but only start with a string?
Re: Find files starting with a string
Use wildcard *, and use quotes if your search string contains spaces.
Code: Select all
"search string*"
Re: Find files starting with a string
Hurdet,
Files that start with a string or file names that start with a string?
Roman
Files that start with a string or file names that start with a string?
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Find files starting with a string
file not filename.
"search string*" work using regex.
ty.
"search string*" work using regex.
ty.
Re: Find files starting with a string
I see, that would normally not be possible unless utilizing some kind of content plugin that produces (the first part of) the contents of files.