You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A POSIX-like shell does not do glob expansion for double quoted strings. It does parameter expansion, which, while a form of expansion, does not really have much effect on glob expansion.
A POSIX-like shell does not do glob expansion for double quoted strings. It does parameter expansion, which, while a form of expansion, does not really have much effect on glob expansion.
The documentation should be corrected.