Y
Hacker News
new
|
ask
|
show
|
jobs
by
anthk
217 days ago
Once you get TSV and CSV related tools, nushell and psh are like toys.
1 comments
esafak
217 days ago
https://www.nushell.sh/commands/docs/from_csv.html
For TSV, use the --separator flag.
link
anthk
216 days ago
Current AWK (One True AWK, under OpenBSD in base) got CSV support, you can read the man page for it.
link
For TSV, use the --separator flag.