Horje
linux test examples Code Example
linux test examples
# -gt goes for greater than. 
test 100 -gt 99 && echo "Yes, that's true." || echo "No, that's false."
# Output: Yes, that's true.

test 98 -gt 99 && echo "Yes, that's true." || echo "No, that's false."
# Output: No, that's false.




Shell

Related
install rethinkdb on ubuntu Code Example install rethinkdb on ubuntu Code Example
How to install php-simple-html-dom-parser Code Example How to install php-simple-html-dom-parser Code Example
echo new line Code Example echo new line Code Example
get request linux terminal Code Example get request linux terminal Code Example
create group ubuntu Code Example create group ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
16