Fseek » History » Revision 7
« Previous |
Revision 7/11
(diff)
| Next »
Per Amundsen, 12/14/2019 09:40 AM
Added in 1.8.10
/fseek [-lnrwP] <handle> <position | line number | wildcard | regex>
Sets the read/write pointer to the specified position in the file.
-l - Set position to line 'line number'.
-n - Set position to start of the next line.
-r - Set position to text matching 'regex'.
-w - Set position to text matching 'wildcard'.
-P - Set position to start of the previous line. (AdiIRC only)
Parameters
<handle> - The file handle to seek.
<position | line number | wildcard | regex> - The position/Line number with -l/Wildcard with -w/regex with -w to set.
Updated by Per Amundsen almost 5 years ago · 7 revisions