POSIX Shell

Quoting

echo 'abc def'
			abc\\ def
			"abc def" # can add more stuffs in

Some special characters that needs to be avoided

Non-special characters

letters, digits,

+ - @ % ^ _ / , { } ]

Tokens