From eef01c0dea0cd5a210b16132a8c38e76f25cf47d Mon Sep 17 00:00:00 2001 From: onceupon Date: Tue, 14 Jun 2016 15:32:20 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0bd21f5..921c549 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In case you would like to check up and like my stupid questions on Stackoverflow http://stackoverflow.com/users/4290753/once -##Handy Bash 'oneliner' commands for tsv file editing +##Handy Bash oneliner commands for tsv file editing - [Grep](#grep) - [Sed](#sed) @@ -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