From 4ca85ed4a918b7dc4ce2fa2a2354a2881c2f9cac Mon Sep 17 00:00:00 2001 From: onceupon Date: Tue, 14 Jun 2016 15:22:55 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0140a70..5c9c552 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ http://stackoverflow.com/users/4290753/once ##Handy Bash 'oneliner' commands for tsv file editing -- Grep -- Sed -- Awk -- Xargs -- Find -- Others +- [Grep](#grep) +- [Sed](#sed) +- [Awk](#awk) +- [Xargs](#xargs) +- [Find](#find) +- [Others](#others) ##Grep extract text bewteen words (e.g. w1,w2)