ダイアログ メニューを複数の列に表示するには、どのオプションを使用しますか?
これ:
dialog --title "[ M A I N - M E N U ]" \
--menu "Please choose an option:" 15 55 5 \
1 "View the config file" \
2 "Edit config file" \
3 "Exit"
すべてを 1 列に表示
1 View the config file
2 Edit config file
3 Exit
次のように表示するにはどうすればよいですか。
1 View the config file 2 Edit config file
3 Exit