Hello,
I noticed a small typo in the documentation on conditional
expressions. The typo is visible in the man page bash(1), where
it says:
The test abd [ commands determine their behavior based on
Most likely, 'abd' should be 'and' instead.
Greetings,
Thomas Fischer
On 5/3/19 6:42 PM, Jonathan Simozar wrote:
> Hello,
>
> On the page
> http://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html,
> in the section *${parameter%%word}*, there is a duplicate phrase in the
> sentence
>
> "If the pattern matches If the pattern matches a trailin
Hello,
On the page
http://www.gnu.org/software/bash/manual/html_node/Shell-Parameter-Expansion.html,
in the section *${parameter%%word}*, there is a duplicate phrase in the
sentence
"If the pattern matches If the pattern matches a trailing portion of the
expanded value of parameter, then the resu