From a19220e4cc2f9ca32f62671f927bd5c06ad90135 Mon Sep 17 00:00:00 2001 From: onceupon Date: Fri, 1 Sep 2017 10:51:53 +0800 Subject: [PATCH] edit intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bddeb4..602af05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Bash-Oneliner -Hi bash learners and bioinformaticans, welcome to Bash Oneliner. I started studying bioinformatics data three years ago, and was amazed by those single-word bash commands which are much faster than my dull scripts, so i started bash. Not all the code here is oneliner (if the ';' counts..), but i put effort on making them brief and fast. +Hi bash learners and bioinformaticans, welcome to Bash Oneliner. I started studying bioinformatics data three years ago (recently started working on cloud computing), and was amazed by those single-word bash commands which are much faster than my dull scripts, so i started bash. Not all the code here is oneliner (if the ';' counts..), but i put effort on making them brief and fast. This blog will focus on simple bash commands for parsing biological data, most of which are for tsv files (tab-separated values); some of them are for Ubuntu system maintaining. I have been recording the bash commands on my notebook, but putting them on web will help others and myself to query. I apologize that there won't be any citation for the codes, but they are probably from dear Google and Stackoverflow.