mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-12-23 16:56:35 +00:00
edit
This commit is contained in:
parent
06338138ca
commit
49638ed26b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user