From 16db453a5f7e448bfee8648a56a9504e05af4a3b Mon Sep 17 00:00:00 2001 From: I-Man Ng Date: Tue, 19 Mar 2019 13:49:41 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b037616..a9de836 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Bash-Oneliner -I am glad that you are here! I started working on bioinformatics four years ago (recently switched to cloud computing), and was amazed by those single-word bash commands which are much faster than my dull scripts, so much time can be saved through knowing command-line shortcuts and scripting. Not all the code here is oneliner (if the ';' counts..), but i put effort on making them brief and fast. I am mainly using Ubuntu, RedHat and Linux Mint, sorry if the commands dont work on your system. +I am glad that you are here! I started working on bioinformatics a few years ago (recently switched to cloud computing), and was amazed by those single-word bash commands which are much faster than my dull scripts, so much time can be saved through knowing command-line shortcuts and scripting. Not all the code here is oneliner (if the ';' counts..), but i put effort on making them brief and swift. I am mainly using Ubuntu, RedHat and Linux Mint, sorry if the commands dont work on your system. -This blog will focus on simple bash commands for parsing data; some of them are for Linux system maintenance i acquired from work and when i was studying LPIC (I have LPIC1 certificate now ^^). I apologize that there are no detailed citation for all the commands, but they are probably from dear Google and Stackoverflow. +This blog will focus on simple bash commands for parsing data; some of them are for Linux system maintenance i acquired from work and when i was studying for LPIC. I apologize that there are no detailed citation for all the commands, but they are probably from dear Google and Stackoverflow. -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. +English and bash are not my first language, so... correct me anytime, thank you. +If you know any other cool commands, please teach me! Here's a more stylish version of [Bash-Oneliner](http://onceupon.github.io/Bash-Oneliner/)~