3.110. readf (read file into variable)

3.110.1. Usage

readf FILE VAR

3.110.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.

Table Of Contents

Previous topic

3.109. pwd (print working directory)

Next topic

3.111. readline (prompt for user input)

This Page