Project

General

Profile

Actions

Fseek » History » Revision 5

« Previous | Revision 5/11 (diff) | Next »
Per Amundsen, 12/08/2019 11:02 AM


Added in 1.8.10

/fseek [-lnrw] <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'.

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 over 4 years ago · 5 revisions

Also available in: PDF HTML TXT