Link to explanations of the -n flag of each shell as best as we can.

This commit is contained in:
w0rp 2016-09-15 21:22:34 +01:00
parent 53f2e47dab
commit f89738c951
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ name. That seems to be the fairest way to arrange this table.
| Language | Tools |
| -------- | ----- |
| Bash | -n flag |
| Bourne Shell | -n flag |
| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/) |
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |