腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(129)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Bash -多行
Whiptail
我正在尝试添加多行的
Whiptail
对话框背景。我试过了: --title test --yesno test \0 0 "test" 3>&1 1>&2 2>&3asdf --title test --yesn
浏览 6
提问于2020-11-13
得票数 0
1
回答
whiptail
调整窗口大小
我正在使用
whiptail
作为一个基于菜单的工具。我可以在start上设置当前窗口的显示:
whiptail
在使用
whiptail
时,有没有办法避免这种情况?
浏览 12
提问于2017-07-28
得票数 1
1
回答
使用
whiptail
显示变量
我想在
whiptail
界面中显示实时变量的值。I我的增量变量=do 如何在带有
whiptail
浏览 4
提问于2015-04-18
得票数 1
1
回答
带度符号的linux
whiptail
我想使用
whiptail
显示一条包含度符号的消息。我试过这些,但似乎都不管用:
whiptail
--title "Weather Info" --msgbox "\N{U+00B0}" 17 60 3>&1 1>&2 2>&3
浏览 9
修改于2015-05-21
得票数 0
1
回答
Linux
whiptail
:无法显示巨大的许可文件
我正在尝试使用
whiptail
显示一个巨大的.txt文件,但遇到错误/bin/
whiptail
: Argument list too long
whiptail
--title/LICENSE.txt`" --scrolltext 50 100 --yes-button Accept --no-button Reject --fb 我还尝试使用--textbox,但我无法在
whiptail
浏览 7
修改于2017-05-26
得票数 0
5
回答
BASH脚本:
whiptail
文件选择
在谷歌上进行了一些搜索之后,我了解了如何使用
whiptail
创建一个简单的yes/no菜单:# http://archives.seul.org/seul/project/Feb-1998/msg00069.htmlelif (
whiptail
--title "PPP Configuration&quo
浏览 4
修改于2020-06-20
得票数 6
回答已采纳
2
回答
如何在
whiptail
中显示infobox?
whiptail
--infobox "My Text" 0 0
whiptail
--infobox text height width 那么到底出了什么问题呢?
浏览 5
修改于2013-03-04
得票数 7
1
回答
使用脚本远程执行
whiptail
脚本
我正在尝试通过ssh远程执行一个包含
whiptail
的bash脚本。问题是ssh不会显示任何
whiptail
UI。 在本地计算机上显示
whiptail
提示符的最佳方式是什么?
浏览 12
修改于2017-07-21
得票数 1
回答已采纳
1
回答
Whiptail
- Debian中的infobox不起作用
whiptail
--infobox "test" 0 0谢谢。。
浏览 4
提问于2013-09-20
得票数 1
1
回答
在
whiptail
中使用动态列表
我需要在
whiptail
中创建一个带有复选框的动态列表。但是使用变量\dynamic bash输出对我没有帮助。我试着使用了这个命令
whiptail
--title "Operations" --checklist "Select Operation" 22 80 14 $array 变量array的输出为 "86FD-0007321A6EB4" OFF "cash13" "11780 May 29 09:32 22A763D0-8203-11E9-66AD-0007
浏览 32
修改于2019-05-30
得票数 0
回答已采纳
1
回答
whiptail
信息框使用
你能告诉我惠普尾巴信息箱的用途吗?
浏览 3
提问于2015-09-02
得票数 0
2
回答
Whiptail
输入框取消不起作用
但是,如果我在任何
whiptail
窗口中单击“Cancel”按钮,它就会移动到循环中的下一个
whiptail
元素。如果选择了Cancel,我如何设置它来取消循环并返回主菜单窗口?while true"1case "$OPTION" in 2)
浏览 16
提问于2016-08-10
得票数 1
1
回答
如何在
whiptail
中超时输入框?
但是
whiptail
没有像--timeout这样的选项。我试过像这样的东西 timeout 5
whiptail
--inputbox "enter your name" 10 20 但是会在终端窗口中留下一团糟。那么,有什么方法可以让shell中的
whiptail
超时吗?
浏览 27
提问于2020-11-10
得票数 0
1
回答
如何从文件中包含
whiptail
的数据?
如何使用输入文件file.data配置
whiptail
对话框file.data的内容"02""Item 2""04" "Item 5" dialog --file /tm
浏览 3
修改于2013-03-06
得票数 3
2
回答
以编程方式定义
whiptail
radiolist的Bash咒语
我想发出一个类似下面这样的bash命令:
whiptail
--title 'Select Database' --radiolist 'Select Database:' 10 80 2 \ 2 localhost on 对于如何指定单选项列表值,
Whiptail
是相当特别的。数据库列表在一个名为DBS的变量中可用,ACTIVE_DB是要在
whiptail
对话框中突出显示的radiolist项。 这是我目前为构建命令行所做的努力。这可能太复杂了。\\;
浏览 51
修改于2019-05-01
得票数 1
回答已采纳
2
回答
使用sudo登录后运行bash
whiptail
脚本
我正在使用
whiptail
创建一个虚拟机配置脚本,希望在用户登录后自动启动。到目前为止,我所做的是创建一个使用我的
whiptail
shell脚本的用户:我还使用visudo向sudoers添加了user1我已经更改了/etc/init/tty1
浏览 11
提问于2016-08-10
得票数 0
回答已采纳
2
回答
Whiptail
仪表:未设置循环中的变量
在for循环中分配var时,使用
Whiptail
对话框时永远不会设置新值20。有什么建议吗?for ((i = 0 ; i <= 100 ; i+=50)); do echo $i done } |
whiptail
浏览 3
提问于2014-06-21
得票数 2
1
回答
如何将Perl与
Whiptail
规范一起使用?
我可以通过
Whiptail
来跟踪rsync的进度,使用Awk来解析rsync输出,然而,我很困惑为什么Perl的对应部分不能工作(
Whiptail
的量规停留在0)。<destination> |
whiptail
human-readable <source> <destination&
浏览 22
修改于2019-10-04
得票数 0
回答已采纳
1
回答
Whiptail
没有运行我的bash命令
我使用
whiptail
创建了一个bash程序,为用户提供了一个图形化的界面来设置他们的系统。echo "installing ruby 2.1.4" >> log.txt echo $STATUS done |
whiptail
浏览 5
提问于2016-08-08
得票数 0
回答已采纳
1
回答
BASH -从具有相同菜单选项和描述的数组创建
whiptail
菜单
/bin/bash IFS=', ' read -r -a array <<< ${lsRes}for item in "${array[@]}"; dodone choices=$(
whiptail
浏览 16
修改于2020-11-02
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
点击加载更多
领券