Subject: | No way to use at end of a pipeline |
It would be useful to be able to run this sort of thing
command | csv2sqlite output.sql
Yes there is the workaround on operating systems that support /dev/stdin:
command | csv2sqlite /dev/stdin output.sql
But that's ugly, OS specific and calls the table "stdin" instead of "output".