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.
我正在使用ssconvert(Gnumeric) 将大型 Excel 文件转换为单独的 CSV 文件。大多数文件都可以工作,但是对于一些带有其他格式的较大文件,该过程会突然终止并显示“已终止”。
ssconvert
ssconvert -S '/tmp/inputfile.xlsx' '/tmp/output.csv'
对于可以使用的较大文件是否有任何特殊处理?
如果用户或系统管理员没有杀死内核可能拥有的程序。内核只会在资源极度匮乏等特殊情况下终止进程。
dmesg | grep -E -i -B100 'killed process'