true.1

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1 代码 · 共 34 行

1
34
字号
.\" SCCSID: @(#)true.1	8.1	9/11/90.TH true 1.SH Nametrue, false \- provide test for status values.SH Syntax.B true.br.B false.SH Description.NXR "false command".NXR "true command".NXA "sh command interpreter" "false command".NXR "Bourne shell" "sh command interpreter"The.PN trueand.PN falsecommands are usually used in a Bourne shell script.They test for the appropriate status "true" or "false" before running (or failing to run) a list of commands.  .SH Examples.EXwhile true do     command list done.EE.SH DiagnosticsThe.PN true command has exit status zero..SH See Alsocsh(1), sh(1)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?