Timeline for Invert boolean variable
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 10, 2018 at 22:57 | comment | added | Nick Bull | Vlastimil the question specifically is about bash - not posix shell. Why down vote when the question isn't about that topic? | |
| Jan 29, 2018 at 0:57 | comment | added | Vlastimil Burián | -1 | In POSIX sh, standalone ((..)) is undefined; please remove the reference to it | |
| Jul 21, 2016 at 9:07 | comment | added | user56041 |
Does ! ! ((val)) work in Bash, like in C or C++? For example, if val is 0 it remains 0 after ! !. If val is 1 it remains 1 after ! !. If val is 8 it is pulled down to 1 after ! !. Or do I need to ask another question?
|
|
| Sep 30, 2014 at 17:21 | history | edited | ack | CC BY-SA 3.0 |
added 37 characters in body
|
| Sep 30, 2014 at 17:16 | history | answered | ack | CC BY-SA 3.0 |