issues
search
denysdovhan
/
bash-handbook
:book: For those who wanna learn Bash
https://git.io/bash-handbook
5.72k
stars
756
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`-e` test returns true for file, directory, symlink or device
#33
sumbach
closed
8 years ago
0
Remove unnecessary trailing semicolons
#32
sumbach
closed
8 years ago
0
Be precise about number ranges
#31
sumbach
closed
8 years ago
0
Consistently use singular `condition` in syntax examples
#30
sumbach
closed
8 years ago
0
Consistently use backtick quoting for shell keywords/builtins
#29
sumbach
closed
8 years ago
0
Use `-eq` instead of `==` for numeric test
#28
sumbach
closed
8 years ago
2
minor correction: `command` => `command1`
#27
sumbach
closed
8 years ago
0
Thanks!!
#26
sumbach
closed
8 years ago
3
superflous semicolons
#25
Leandros
closed
8 years ago
3
Show [[ <conditional> ]] instead of [ <conditional> ]
#24
Leandros
closed
8 years ago
1
Fix table of content
#23
andrepolischuk
closed
8 years ago
2
Mschultz4 patch 2
#22
mschultz4
closed
8 years ago
5
Fix table of content
#21
denysdovhan
closed
8 years ago
1
doc updates; link to repo, add some refs, styling
#20
pmuellr
closed
8 years ago
4
Grammar and clarity changes
#19
mschultz4
closed
8 years ago
4
Fixed typo
#18
1mw
closed
8 years ago
1
Add PDF builder.
#17
denysdovhan
opened
8 years ago
4
Typo fix at shell expansion
#16
puresoul
closed
8 years ago
2
Small typo
#15
puresoul
closed
8 years ago
6
TypeError: Object Variable has no method 'codePointAt'
#14
bluurn
closed
8 years ago
13
Update README.md
#13
CarlMungazi
closed
8 years ago
2
Fix rendering issue with ticks not showing up
#12
alebelcor
closed
8 years ago
5
Add update notifier
#11
andrepolischuk
closed
8 years ago
3
Wrong exit code variable
#10
Leandros
closed
8 years ago
2
Add update notifier
#9
denysdovhan
closed
8 years ago
6
Remove duplicate input redirection operator
#8
troutowicz
closed
8 years ago
1
Fix some spelling errors and while loop description
#7
Gosha
closed
8 years ago
5
Add several more fixes, first quick revision complete.
#6
ghost
closed
8 years ago
0
Update README.md
#5
cliimatta
closed
8 years ago
3
Fix typo
#4
andrepolischuk
closed
8 years ago
4
Fix readme path
#3
andrepolischuk
closed
8 years ago
1
Fix for escaped backticks
#2
andrepolischuk
closed
8 years ago
2
Grammar and composition adjustments up to `Arrays` section.
#1
ghost
closed
8 years ago
13
Previous