0

I am seeking for a good example or manual describing standards of text-based dialogs in a linux console using standard I/O commands and utilizing formatted text output. For example: how to inquire input of parameters proposing some default values and alternatives, how to do a progress bar in the text mode, and other stuff which looks very cool in bash scripts.

4

1 回答 1

2

"text-based dialogs in a linux console" --> have a look at curses

于 2013-04-26T08:33:12.240 回答