From 821c57ec4c1753f4bf08520f147f508f2d08b4e2 Mon Sep 17 00:00:00 2001 From: onceupon Date: Thu, 20 Dec 2018 12:11:41 +0800 Subject: [PATCH] edit link markdown --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dddc59b..cbf4213 100644 --- a/README.md +++ b/README.md @@ -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