シェルやライブラリを使用していると、略称の演算子で指定することがあります。
よく略称の意味を忘れてしまうので、まとめました。
| 演算子 | 略称 | 英語 |
|---|---|---|
| = | eq | equal to |
| != | ne | not equal to |
| < | lt | less than |
| <= | le | less than or equal to |
| > | gt | greater than |
| <= | ge | greater than or equal to |
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
シェルやライブラリを使用していると、略称の演算子で指定することがあります。
よく略称の意味を忘れてしまうので、まとめました。
| 演算子 | 略称 | 英語 |
|---|---|---|
| = | eq | equal to |
| != | ne | not equal to |
| < | lt | less than |
| <= | le | less than or equal to |
| > | gt | greater than |
| <= | ge | greater than or equal to |
Register as a new user and use Qiita more conveniently
Go to list of users who liked