user warning: Table './zuggsoftdb/accesslog' is marked as crashed and should be repaired query: INSERT INTO accesslog (title, path, url, hostname, uid, sid, timer, timestamp) values('', 'node/348', '', '38.107.179.240', 0, 'p9hsf3bgjdo5ftg4qbk7n6hpq6', 6474, 1337598190) in /home/tessh/public_html/modules/statistics/statistics.module on line 64.

Documentation

filesize

Syntax: %filesize(filenum)

returns the number of lines or number of records in the filenum file (opened with the #FILE command)

Example:

#FILE 1 "mudlist.txt"
#SHOW %filesize(1)
#CLOSE 1
displays the number of lines of the file 'mudlist.txt' in your TeSSH directory.

Add comment

Login or register to post comments