summaryrefslogtreecommitdiff
path: root/tests/commands-with-quotes.sh
blob: 9269c57e9bdd7a73ee27187616448da6cad26b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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