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
$ is good in programming languages, but interacts badly with shells. Disambiguation of numbered capture groups goes even further, as ${} is also a shell construct.
% might be a good choice.
The text was updated successfully, but these errors were encountered:
$
is good in programming languages, but interacts badly with shells. Disambiguation of numbered capture groups goes even further, as${}
is also a shell construct.%
might be a good choice.The text was updated successfully, but these errors were encountered: