Mapfile: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=External= * https://www.computerhope.com/unix/bash/mapfile.htm =Internal= * bash")
 
 
Line 3: Line 3:
=Internal=
=Internal=
* [[bash#Built-In_Commands|bash]]
* [[bash#Built-In_Commands|bash]]
=Overview=
mapfile is a builtin command that reads lines from standard input into an indexed array variable.

Latest revision as of 03:55, 7 January 2021

External

Internal

Overview

mapfile is a builtin command that reads lines from standard input into an indexed array variable.