git-mailsplit(1) ================ NAME ---- git-mailsplit - Totally braindamaged mbox splitter program. SYNOPSIS -------- 'git-mailsplit' [-d] DESCRIPTION ----------- Splits a mbox file into a list of files: "0001" "0002" .. in the specified directory so you can process them further from there. OPTIONS ------- :: Mbox file to split. :: Directory in which to place the individual messages. -d:: Instead of the default 4 digits with leading zeros, different precision can be specified for the generated filenames. Author ------ Written by Linus Torvalds Documentation -------------- Documentation by Junio C Hamano and the git-list . GIT --- Part of the gitlink:git[7] suite