Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ITailPlus

Read and copy huge files

Usage:
-size <input_file> <output_file> <size_in_MBs>
Example: ITailPlus.exe -size big_file.log small_file.log 500
ITailPlus will generate X small_file.log of 500 MB each one

-lines <input_file> <output_file> <number_of_lines>
Example: ITailPlus.exe -lines big_file.log small_file.log 10000
ITailPlus will generate X small_file.log of 10.000 lines each one

-block <input_file>
Example: ITailPlus.exe -block big_file.log
ITailPlus will read the file in blocks

-search -i <input_file> <text_to_search>
Example: ITailPlus.exe -search -i big_file.log error
ITailPlus will read the file in blocks until found the error word

-search_dir <text_to_search>
Example: ITailPlus.exe -search-dir C:\myFolder "Special text"
ITailPlus will read each file inside the directory and count you the occurrences of your searched text

About

Read and copy huge files

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages