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

  • 相关阅读:
    创建索引资源正忙的解决方案及原理
    MYSQL统计多个count_mysql 不同条件count ,多条件count()
    spark foreachPartition算子
    nginx部署安装
    Sqoop 并行度调整 m 以及 splitby
    sqoop报错
    idea 下1载
    Linux下nginx的安装
    电脑清除C盘文件夹
    深入理解计算机原理(csapp第三版)——datalab
  • 原文地址:https://www.cnblogs.com/lexus/p/2464630.html
Copyright © 2011-2022 走看看