You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
csv-cat: The unix cat utility reads input from standard in as a file. The correct approach may be to do the same here for consistency. However, csv-cat also does some things cat does not: sort and uniqueness operations. Should those behaviors be moved to separate programs?
Consolidate input and output handling.
csv-slice
csv-filter
csv-cut
css-cat
csv-cat
treat input from STDIN as a CSV?-o
--output FILENAME
method for selecting out; default should be STDOUTThe text was updated successfully, but these errors were encountered: