17 Dec
2013
17 Dec
'13
19:39
Am Dienstag, 17. Dezember 2013, 21:31:23 schrieb ellanios82:
- Does "&&" mean "and" , or maybe "&&" means only execute IF stuff before is NOT done?
From "info bash":
An AND list has the form COMMAND1 && COMMAND2 COMMAND2 is executed if, and only if, COMMAND1 returns an exit status of zero. An OR list has the form COMMAND1 || COMMAND2 COMMAND2 is executed if, and only if, COMMAND1 returns a non-zero exit status. The return status of AND and OR lists is the exit status of the last command executed in the list. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org