# This script contains multiple commands with inconsistent whitespaces,
# combinations of simple quotes and double quotes.
cat /etc/hosts
ls -l "/mnt"
pwd
# With comments
cat /fstab
mkdir /tmp/fo"o"
touch -- '/tmp/foo'"/file with whitespaces in name"
ls /tmp/foo