May 2018
Beginner
332 pages
7h 28m
English
If we want to display the contents of the file in a textbox inside the menu created by a dialog, then enter the following command:
$ dialog --textbox /etc/passwd 10 50

We are displaying the /etc/passwd file in the textbox with the previous command.