Skip to content

Terminal utility to split large text files I made for personal use

License

Notifications You must be signed in to change notification settings

A714vrata/splitfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Splitfile

Splitfile is a terminal utility that I created for personal use.

It splits large text files into smaller files of 5000 characters each.

Usage

Compile the program.

gcc splitfile.c -o splitfile

Run the binary

./splitfile

Currently the program has to be run in the same directory as the file you want to split.

Simply provide the name of the text file you want to split when prompted to do so.

Notice

The code is AGPLv3 - see license for more info.

Legal Notice

I am not liable for how you use the splitfile program. Any losses you incur are solely your own. This program is provided expressly, as is, and without any warranty.

About

Terminal utility to split large text files I made for personal use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages