From 5d4091760b74301fe5d96db447700e53f5292c50 Mon Sep 17 00:00:00 2001 From: onceupon Date: Tue, 14 Jun 2016 15:30:42 +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 6485429..0bd21f5 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 Bash 'oneliner' commands for tsv file editing)] +[[back to top](#handy-bash--oneliner--commands-for-tsv-file-editing)] >remove lines with word (e.g. bbo) sed "/bbo/d" filename