f
Lists objects (eg files) in the current working directory
Lists objects (eg files) in the current working directory.
f: options -> <stdout>
<stdin> -> f: options -> <stdout>
Return only directories:
f: +d
Return file and directories but exclude symlinks:
f: +d +f -s
Compare list against files (eg created by g
) against conditions set by f
:
g /* -> f +f
d
directoriesf
filess
symlinks (automatically included with files and directories)By default f
will return no results. It is then your responsibility to select which types of objects to be included or excluded from the results.
g
: Glob pattern matching for file system objects (eg *.txt)rx
: Regexp pattern matching for file system objects (eg '.*.txt')This site's content is rebuilt automatically from murex's source code after each merge to the master
branch. Downloadable murex binaries are also built with the website.
Last built on Thu May 26 22:49:43 UTC 2022 against commit 59e27bb59e27bb1013043fc4a940cf9a2767c63f31dad2c.
Current version is 2.8.2100 which has been verified against 15889 tests cases.