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

  • 相关阅读:
    Vue 事件修饰符 阻止默认事件
    vue created 生命周期
    续集---网络管理常用命令
    网络管理常用命令(6/14) -netstat命令详解
    系统OOM复位定位
    nohup- Shell后台运行
    一个linux命令(6/13):traceroute命令
    一个linux命令(6/12):cat 命令
    linux命令(6/11)--修改文件的用户组chgrp和文件所有者chown
    Linux终端快捷键
  • 原文地址:https://www.cnblogs.com/lexus/p/2464630.html
Copyright © 2011-2022 走看看