$readn: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
mNo edit summary
m added category
Line 6: Line 6:
== Also See ==
== Also See ==
* [[$read]]
* [[$read]]
[[Category:File and Directory Identifiers]]

Revision as of 22:12, 13 October 2005

This returns the line number that $read() previously returned.

$readn

If $readn returns 0 $read() failed to match any content.

Examples

echo -ag $+(",$read(Example.txt),") is on line number $readn

Also See