Difference between revisions of "$readn"

From Scriptwiki
Jump to: navigation, search
m
m (added category)
Line 6: Line 6:
 
== Also See ==
 
== Also See ==
 
* [[$read]]
 
* [[$read]]
 +
 +
[[Category:File and Directory Identifiers]]

Revision as of 00:12, 14 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