Flist: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 22:44, 18 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.