Review Note
Last Update: 07/10/2024 01:24 PM
Current Deck: Bash fundamentals
Published
Fields:
Effect
print 'blah' if int1 is less than or equal to int2
Command
if [[ $int1 -le $int2 ]] then echo blah fi |
Comments
Tags:
Suggested Changes:
Deck Changes (Suggestion to move the Note to the following Deck):
Field Changes:
Tag Changes: