From 0dab50715c2f4e6070a12f8d855a5f87da6ac9ae Mon Sep 17 00:00:00 2001 From: onceupon Date: Tue, 14 Jun 2016 15:28:59 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c7450..6485429 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ extract text bewteen words (e.g. w1,w2) grep '\t' ##Sed -[[back to top](#handy)] +[[back to top](#Handy Bash 'oneliner' commands for tsv file editing)] >remove lines with word (e.g. bbo) sed "/bbo/d" filename