Home
Theory
News
Documentation
Download
Bio
Quoting in mpsh works with alternating single/double quotes, as in literary usage:

mpsh$ command "1 1 1 1 '2 2 2 "3 3 3" 2 2 "3 3 '4'" 2 2' 1 1"

Double quotes allow macro, $ENV, and job expansion, but not filename globbing or command output substitution. Single quotes don't allow any expansion except macros.