3.6.8. readf - read file into variable¶
3.6.8.1. Usage¶
readf FILE VAR
3.6.8.2. Synopsis¶
Read a single line from FILE into a VARiable. Leading and trailing
whitespaces are removed, nonvisible characters are stripped. Input is
limited to 1024 characters.