one-liner or script file from a third-party application The first two methods preserve the context shell unless commands we execute kill it: $ echo 'Output 1.'; echo 'Output 2.' Output 1. Output 2. $ $ echo "echo 'Output.'" > script.sh $ bash script.sh Output. $ On the other...