the-art-of-command-line
the-art-of-command-line copied to clipboard
Master the command line, in one page
I see that the Romanian and the English version have diverged so I'm making this PR to fix the editor part as I don't know if I'd get time to...
from parameter expansion, as technically, the `{x..y[..incr]}` syntax is not really part of bash parameter expansion but brace expansion, which immediately follows in the doc anyway. See: https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html#Brace-Expansion
edit translation of quick-and-dirty
Some special characters were not work correctly with MarkDown syntaxes.
Added 'stdin' to discussion of i/o redirection. Typically, I hear all three of stdin, stdout, and stderr in the same conversation, so I think this fits here.
Adding Polish translation.
Fixed a typo for "Popular" Also just a quick check on VS Code using "Markdown-lint" extension, there are more than 100+ lint suggestions. Let me know if that requires help...
Reworded based on the discussion in #124.
I found one broken link, and five others which were automatically redirected. This PR fixes all six links in the English version; propagating to the other languages should be trivial.