Table of Contents
sh$ true && echo aaa aaa
sh$ true || echo aaa
sh$ false && echo aaa
sh$ false || echo aaa aaa