如果--help在终端中不起作用

里卡多·拉·马卡(Riccardo La Marca)
if --help

在终端上不起作用,为什么?

Linux Mint 19.3肉桂64位

外壳:重击

GAD3R

参见:help --helphelp

Display information about builtin commands.

help if

if: if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else COMMANDS; ] fi
    Execute commands based on conditional.

    The `if COMMANDS' list is executed.  If its exit status is zero, then the
    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list is
    executed in turn, and if its exit status is zero, the corresponding
    `then COMMANDS' list is executed and the if command completes.  Otherwise,
    the `else COMMANDS' list is executed, if present.  The exit status of the
    entire construct is the exit status of the last command executed, or zero
    if no condition tested true.

    Exit Status:
    Returns the status of the last command executed.

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

如果不起作用

来自分类Dev

如果或不起作用

来自分类Dev

如果不起作用

来自分类Dev

如果语句在cron中不起作用

来自分类Dev

如果条件在JAVASCRIPT中不起作用

来自分类Dev

如果语句在函数中不起作用

来自分类Dev

如果语句在WordPress中不起作用

来自分类Dev

如果语句在函数中不起作用

来自分类Dev

如果声明在jQuery中不起作用

来自分类Dev

如果语句在JQuery中不起作用

来自分类Dev

如果程序中的条件不起作用

来自分类Dev

如果比较在php中不起作用

来自分类Dev

AppleScript中的“如果结束” /“否则如果结束”不起作用?

来自分类Dev

如果通常的快捷方式不起作用,如何在运行在虚拟盒子上的Ubuntu中打开终端

来自分类Dev

* ng如果不起作用

来自分类Dev

如果开关不起作用

来自分类Dev

锈“如果让”不起作用?

来自分类Dev

如果语句不起作用

来自分类Dev

PHP,如果不起作用

来自分类Dev

#如果区域不起作用

来自分类Dev

jQuery如果不起作用

来自分类Dev

如果陈述不起作用

来自分类Dev

Ng(如果不起作用)

来自分类Dev

锈“如果让”不起作用?

来自分类Dev

Javascript 如果不起作用

来自分类Dev

如果JTextFeild在JFrame中,则JTextPane select()不起作用

来自分类Dev

Laravel如果条件在模板中不起作用?

来自分类Dev

如果超过则执行多个功能..,在Haskell中不起作用

来自分类Dev

如果条件在SQL函数中不起作用,则返回语句