File handling

bcopy chmod close eof fexist fsize ftime [glob] mkdir open read rename rmdir twiddle umask unlink write writeb

Liam's BitchX Command Reference

BitchX scripting function $glob()

glob
Function
$glob()
Usage
$glob(path/mask)
Returns
the list of files in path which match "mask" using glob type matching
Example
$glob(/*lin*) should return vmlinuz if you are ereet and run linux


previous: getvar next: glob