filesplitter

command module
v0.0.0-...-189f291 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2023 License: MIT Imports: 5 Imported by: 0

README

filesplitter

split and merge file tool

features

  • split file
  • merge file

Build

go build -o fs main.go

Usage

# split big file, /home/src.log --> /home/tiny.log*
./fs split -s 50M /home/src.log /home/tiny.log 

# merge files, /home/tiny.log* --> /home/dst.log
./fs merge -p /home/tiny.log /home/dst.log

# check file
md5sum /home/src.log
md5sum /home/dst.log

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL