3.6.7. readf - read file into variable

3.6.7.1. Usage

readf FILE VAR

3.6.7.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.6.6. msleep - delay execution for n milli-seconds

Next topic

3.6.8. sh - execute a shell script

This Page