This commit is contained in:
onceupon 2016-07-01 18:54:39 +08:00 committed by GitHub
parent 06338138ca
commit 49638ed26b

View File

@ -382,7 +382,7 @@ awk '{printf("%s\t%s\n",NR,$0)}'
##Xargs ##Xargs
[[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 delimiter (default:space) #####set tab as delimiter (default:space)
```bash ```bash
xargs -d\t xargs -d\t