mud/lib/doc/efun/filesystem/tail
2020-09-06 05:43:07 -07:00

13 lines
281 B
Plaintext

tail - displays the latter portion of a file
int tail( string path );
This efunction displays the latter portion of the file named by path.
It returns 1 if successful, 0 otherwise (e.g. when the file is protected
against reading).
See also:
read_file,
read_buffer,
file_size