edit format

This commit is contained in:
onceupon 2017-03-29 16:52:59 +08:00 committed by GitHub
parent 1c495fe1eb
commit bd692c5cce

View File

@ -11,7 +11,7 @@ http://stackoverflow.com/users/4290753/once
Here's a more stylish version~ Here's a more stylish version~
http://onceupon.github.io/Bash-Oneliner/ http://onceupon.github.io/Bash-Oneliner/
#Handy Bash oneliner commands for tsv file editing ## Handy Bash oneliner commands for tsv file editing
- [Grep](#grep) - [Grep](#grep)
- [Sed](#sed) - [Sed](#sed)
@ -313,7 +313,7 @@ sed '$ s/.$//'
sed -r -e 's/^.{3}/&#/' file sed -r -e 's/^.{3}/&#/' file
``` ```
#Awk ## Awk
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)] [[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
##### set tab as field separator ##### set tab as field separator