1.

___ implies greater than and ____ implies less than.(a) gt, le(b) gt, lt(c) ge,le(d) ge,ltI have been asked this question during a job interview.Query is from Using test and [ ] to Evaluate Expressions in portion Essential Shell Programming of Unix

Answer»

Correct choice is (B) gt, lt

To EXPLAIN: There are some COMPARISON operators which are used by test. For example,

gt implies greater than, lt implies less than, LE implies less than or equal to, ge implies greater than or equal to.



Discussion

No Comment Found

Related InterviewSolutions