Timeline for Why does < (less than) not give the same result as -lt in bash [[ ]]?
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 20, 2023 at 12:54 | history | edited | muru | CC BY-SA 4.0 | edited title |
| Jun 2, 2016 at 0:31 | answer | added | Zombo | timeline score: 2 | |
| Jun 1, 2016 at 8:21 | history | tweeted | twitter.com/StackUnix/status/737921941542166528 | ||
| May 31, 2016 at 22:25 | history | edited | Gilles 'SO- stop being evil' | edited tags | |
| May 31, 2016 at 19:56 | answer | added | PaulSmecker | timeline score: 5 | |
| May 31, 2016 at 19:17 | history | edited | Jeff Schaller♦ | CC BY-SA 3.0 | added 1 character in body; edited tags; edited title |
| May 31, 2016 at 19:14 | vote | accept | snail-on-a-quest | ||
| May 31, 2016 at 18:53 | answer | added | steve | timeline score: 52 | |
| May 31, 2016 at 18:50 | comment | added | MelBurslan | with < operation, you are making a string comparison, whereas -lt operator is numeric comparison, If you look at the results you have listed, you will realize it. Numerically 2 is less than 10, alphabetically, the other way around. | |
| May 31, 2016 at 18:44 | review | First posts | |||
| May 31, 2016 at 18:46 | |||||
| May 31, 2016 at 18:43 | history | asked | snail-on-a-quest | CC BY-SA 3.0 |