Find files starting with a string

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Find files starting with a string

Post by *Hurdet »

Do it is possible to search for files that, not contain, but only start with a string?
User avatar
white
Power Member
Power Member
Posts: 4619
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Find files starting with a string

Post by *white »

Use wildcard *, and use quotes if your search string contains spaces.

Code: Select all

"search string*"
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: Find files starting with a string

Post by *Hacker »

Hurdet,
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.
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Re: Find files starting with a string

Post by *Hurdet »

file not filename.
"search string*" work using regex.
ty.
User avatar
white
Power Member
Power Member
Posts: 4619
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: Find files starting with a string

Post by *white »

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.
Post Reply