> ls -l | get user ┌────┬──────┐ │ 0 │ cube │ │ 1 │ cube │ │ 2 │ cube │ │ 3 │ cube │ │ 4 │ cube │ │ 5 │ cube │ │ 6 │ cube │ │ 7 │ cube │ │ 8 │ cube │ │ 9 │ cube │ │ 10 │ cube │ │ 11 │ cube │ │ 12 │ cube │ │ 13 │ cube │ │ 14 │ cube │ │ 15 │ cube │ └────┴──────┘
https://nushell.sh - try Nushell now! It's like PowerShell, if it was good.
MIT licensed.
https://learn.microsoft.com/en-us/powershell/scripting/insta...
So, I'm curious. What's the Nushell reimplementation of the 'crash-dump.awk' script at the end of the "Awk in 20 Minutes" article on ferd.ca ? Do note that "I simply won't deal with weirdly-structured data." isn't an option.
For TSV, use the --separator flag.
https://nushell.sh - try Nushell now! It's like PowerShell, if it was good.