Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含许多空白行的 csv 文件(在 Mac 上)。
我正在将Miller命令行工具用于其他进程,并希望也使用该工具删除空白行。
到目前为止,我在文档中找不到任何东西,但它非常广泛,所以我可能在某个地方忽略了它。
动词是skip-trivial-records:
skip-trivial-records
mlr --csv skip-trivial-records input.csv >output.csv