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 $unlink()

unlink
Function
$unlink()
Usage
$unlink(filenames)
Returns
attempts to remove each filename given, and returns 0 on success, or the number of failures. The unlink function does not do anything (always returns zero) if BitchX was compiled with PUBLIC_ACCESS defined.
Example
$unlink(~/foo)


previous: uniq next: unlink