Difference between revisions of "Flist"

From Scriptwiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 00:44, 19 December 2005

Lists all open files, or those matching the specified name or wildcard.

/flist [name | wildcard]


If you specify a name, it will list only this file, if existing.

Example

/flist moo

Will list the file moo if existing, else echo * flist: no open files.


/flist *

Will list all open files.