zoukankan      html  css  js  c++  java
  • aenity

     zenity --info --text="hello world"

    ENITY(1)                                                            ZENITY(1)

    NAME
           zenity - display GTK+ dialogs

    SYNOPSIS
           zenity [options]

    DESCRIPTION
           zenity  is a program that will display GTK+ dialogs, and return (either
           in the return code, or on standard output) the users input. This allows
           you to present information, and ask for inf       zenity - display GTK+ dialogsormation from the user, from
           all manner of shell scripts.

           For example, zenity --question will return either 0 or 1, depending  on
           whether  the  user  pressed OK or Cancel. zenity --entry will output on
           standard output what the user typed into the text en

    ENITY(1)                                                            ZENITY(1)

    NAME
           zenity - display GTK+ dialogs

    SYNOPSIS
           zenity [options]

    DESCRIPTION
           zenity  is a program that will display GTK+ dialogs, and return (either
           in the return code, or on standard output) the users input. This allows
           you to present information, and ask for information from the user, from
           all manner of shell scripts.

           For example, zenity --question will return either 0 or 1, depending  on
           whether  the  user  pressed OK or Cancel. zenity --entry will output on
           standard output what the user typed into the text en

  • 相关阅读:
    vs2012下如何调试带输入参数的程序
    BASH-数据流重导向
    VS在连接期间的一个错误的处理:转换到 COFF 期间失败: 文件无效或损坏
    vmware中NAT配置不能上网的一个解决方案
    linux下查找
    系统及用户的bash环境配置 学习笔记
    linux中控制台字体和背景颜色配置
    bash中变量的巧用
    vi 常用指令存档
    vim指令示意图
  • 原文地址:https://www.cnblogs.com/lexus/p/2464630.html
Copyright © 2011-2022 走看看