$ bash -ec 'echo hello && ls -la /tmp/ | grep systemd && false && echo testing' hello drwx------. 3 root root 60 Mar 29 18:33 systemd-private-bluetooth.service-yuSMVM drwx------. 3 root root 60 Mar 29 18:33 systemd-private-upower.service-YhHHP2
$ bash -euxc 'echo hello; ls -la /tmp/ | grep systemd; false; echo testing' + echo hello hello + ls -la /tmp/ + grep systemd drwx------. 3 root root 60 Mar 29 18:33 systemd-private-bluetooth.service-yuSMVM drwx------. 3 root root 60 Mar 29 18:33 systemd-private-upower.service-YhHHP2 + false