edit link markdown

This commit is contained in:
onceupon
2018-12-20 12:11:41 +08:00
committed by GitHub
parent 89c34e4347
commit 821c57ec4c

View File

@ -6,11 +6,7 @@ This blog will focus on simple bash commands for parsing data; some of them are
English and bash are not my first language, so... correct me anytime, thank you!
And if you know any cool command that are not included here, Please Teach Me.
In case you would like to check and vote up my questions on Stackoverflow, here's my page:
http://stackoverflow.com/users/4290753/once
Here's a more stylish version of Bash-Oneliner~
http://onceupon.github.io/Bash-Oneliner/
Here's a more stylish version of [Bash-Oneliner](http://onceupon.github.io/Bash-Oneliner/)~
## Handy Bash oneliner commands
@ -928,6 +924,8 @@ if (($j==$u+2))
if [[$age >21]]
```
[More if commands](http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html)
##### For loop
```bash