if command
Summary
Executes commands once the UESH Conditions are satisfied
Command usage
if <uesh-expression> <command>
Examples
if "$progress eq 100" echo Hello!
: Prints "Hello!" if $progress equals 100
Last updated
Executes commands once the UESH Conditions are satisfied
if <uesh-expression> <command>
if "$progress eq 100" echo Hello!
: Prints "Hello!" if $progress equals 100
Last updated