not working, both variables do not exist and the echo "OK" do not trigger.
- 2 Posts
- 2 Comments
Joined 2 years ago
Cake day: October 8th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.



Thank you all for yours input
What finally did work
if [[ -z VARIABLE1 && -z VARIABLE2 ]]; then echo "OK" fiIf only Linux was using Python syntax that would be so much more intuitive…