如何像Linux一样在Windows中拆分文件 [英] How to split file in windows just like linux

查看:23
本文介绍了如何像Linux一样在Windows中拆分文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们如何在 Windows 系统中根据大小在命令提示符下拆分文件.就像我们使用的 linux 系统

How can we split file in windows system in command prompt based on size. like linux system we use

"split -b 10M filename.xyz new_filename"

推荐答案

您可以将所需文件压缩为 zip(或 rar)文件,设置最大文件大小以便将其拆分.这意味着您将始终拥有使初始文件恢复可用的程序.
一些选项是:

You can compress the required file to a zip (or rar) file, setting a maximum file size so that it gets split. This means that you will always have the program to get the initial file back available.
Some options are:

  • HJSplit 是一款免费且可移植的软件(大小 == 300 KB),并且不必已安装.
  • 有一个较旧的免费命令行版本 Goetz 的文件拆分器,如果您计划运行批处理脚本来拆分多个文件,则最好.
  • 7-Zip 是另一个免费的开源程序,它允许您拆分(压缩或不压缩)) 并通过 GUI(右键单击文件 > 拆分文件... > 选择大小)或命令行合并文件.
  • Total Commander 也是如此(文件 > 拆分文件...).
  • HJSplit is a freeware and portable (size == 300 KB), and doesn't have to be installed.
  • There is an older, free command-line version of Goetz's File Splitter, it is best if you plan on running batch scripts to split many files.
  • 7-Zip is another free open source program that allows you to split (with or without compression) and combine files, either via GUI (right click on the file > Split File... > choose size) or command line.
  • Total Commander does that as well (Files > Split File...).

这篇关于如何像Linux一样在Windows中拆分文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆