760176104 发表于 2018-8-21 09:47:39

Shell 之 dialog

# dialog --help  
cdialog (ComeOn Dialog!) version 1.0-20051107
  
Copyright (C) 2005 Thomas E. Dickey
  
This is free software; see the source for copying conditions.There is NO
  
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  
* Display dialog boxes from shell scripts *
  
Usage: dialog{ --and-widget}
  
where options are "common" options, followed by "box" options
  
Special options:
  
[--create-rc "file"]
  
Common options:
  
[--aspect ] [--backtitle ] [--begin]
  
[--cancel-label ] [--clear] [--colors] [--cr-wrap]
  
[--default-item ] [--defaultno] [--exit-label ]
  
[--extra-button] [--extra-label ] [--help-button]
  
[--help-label ] [--help-status] [--ignore] [--input-fd ]
  
[--insecure] [--item-help] [--keep-window] [--max-input ]
  
[--no-cancel] [--no-collapse] [--no-kill] [--no-label ]
  
[--no-shadow] [--ok-label ] [--output-fd ] [--print-maxsize]
  
[--print-size] [--print-version] [--separate-output]
  
[--separate-widget ] [--shadow] [--single-quoted] [--size-err]
  
[--sleep ] [--stderr] [--stdout] [--tab-correct] [--tab-len ]
  
[--timeout ] [--title ] [--trim] [--visit-items]
  
[--version] [--yes-label ]
  
Box options:
  
--calendar         

  
--checklist      
  
--form              
--fselect      
  
--gauge         []
  
--infobox      
  
--inputbox      []

  
--inputmenu      
  
--menu              
--msgbox         
  
--passwordbox   []
  
--pause         

  
--radiolist         
--tailbox      
  
--tailboxbg      
  
--textbox      
  
--timebox         
  
--yesno         

  
Auto-size with>  
Global-auto-size if also menu_height/list_height = 0.


页: [1]
查看完整版本: Shell 之 dialog