8000 GitHub - hatlord/splitt3r
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hatlord/splitt3r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Splitt3r

Splitt3r takes a list (text file for example) as its input and outputs the data as CSV with a column count of your choosing. It can also deduplicate that data for you. This makes it easy to split lists into columns of equal value, which can then be pasted into other tools such as Word.

Usage

Example1: ./splitt3r.rb --columns 8 –data /path/to/listofips.txt
Example2: ./splitt3r.rb --columns 8 –data /path/to/listofips.txt --uniq (Removes duplicates from your list)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0