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
The tilde needs to be quoted because there is an entire chapter of possibilities for Tilde expansion in the bash manpage, other than the obvious shorthand for the ${HOME} expression.
The text was updated successfully, but these errors were encountered:
In many shells, ~ is a shorthand for ${HOME}, and there are other
expansion as well ~+N and ~-N expand to directories from the history.
The ~ is always quoted at the beginning of a word, or following `=` or
`:`
Fixes#4 and ljharb#9
Author-Rebase-Consent: https://No-rebase.github.io
Ref: ljharb#9
The tilde needs to be quoted because there is an entire chapter of possibilities for Tilde expansion in the bash manpage, other than the obvious shorthand for the ${HOME} expression.
The text was updated successfully, but these errors were encountered: