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.
文件大小可能超过 1GB。我可以写一个脚本,但我想知道是否有一种简单的方法,例如使用 Windows 命令提示符?
我使用了以下解决方案: 1. 从 GnuWin32 项目安装 FileUtils 包。 2. 在命令提示符中运行命令:
cut -f<idxColumn> --complement -d, <inputFile> > <outputFile>
例如: cut -f3 --complement -d, d:/in.csv > d:/out.csv