ll function or alias for it -- you have to figure out how to pass this parameters. Certainly the follow... o $1 (or if all of the arguments had been shifted out of existence. ${parameter:=word}
Assign a valu... --|
echo ${stringZ#a*C} # 123ABCabc
# Strip out shortest match between 'a' and 'C'.
echo ${stringZ##a*C} # abc
# Strip out longest match between 'a' and 'C'.
${string%