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

write
Function
$write()
Usage
$write(fd words)
Returns
-1 on failure; writes the given words to the file you opened with $open(). Returns the number of characters written. The buffer is also flushed, so the data should appear in the file immediately.


previous: word next: write