Skip to content
  • Categories
  • Recent
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Slate)
  • No Skin
Collapse
Brand Logo

hashpwn

Home | Donate | GitHub | Matrix Chat | PrivateBin | Rules

  1. Home
  2. Tools
  3. Text / Wordlist / Rules
  4. rlite - Text sorting, analysis, cross de-duplication

rlite - Text sorting, analysis, cross de-duplication

Scheduled Pinned Locked Moved Text / Wordlist / Rules
1 Posts 1 Posters 249 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    blazer
    wrote on last edited by
    #1

    Title: rlite
    Author: CynosurePrime
    URL: https://github.com/Cynosureprime/rlite
    Description: rlite focuses on providing a well rounded array of tools to sort, de-duplicate, cross de-duplicate, linecount, frequency count and index lists while requiring minimal dependencies. rlite was developed to push the envelope of multi-threaded computing and demonstrates this with it's ability push system resources including disk read/write operations, processing cores and also memory usage.

    Sort and de-duplicate the input.txt file, write the output to output.txt. Where possible use -o to allow internal buffer handling to write faster, especially to flash memory.

    rlite input.txt -o output.txt
    

    Sort and de-duplicate the stdin, write the output to stdout

    rlite stdin
    

    Remove all the common lines in bigfile1.txt & somefile.txt from input.txt and write it to stdout

    rlite input.txt bigfile.txt somefile.txt 
    

    Remove all the common lines in verbigfile1.txt & somefile.txt from input.txt, assume the input.txt is sorted with the -p switch and write it to stdout

    rlite input.txt verbigfile.txt somefile.txt -p
    

    Keep the common lines from addresses.txt & streets.txt, redirect the stdout to a file

    rlite input.txt streets.txt addresses.txt -c >> output.txt 
    

    Analysis tools

    rlite input.txt -L

    Reports a linecount and also the longest line
    

    rlite input.txt -q

    Counts the frequency of the items inside input.txt and outputs the occurance for each line in TSV format. Items will be ordered in descending popularity order
    
    1 Reply Last reply
    🔥
    3
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    Who's Online [Full List]

    10 users active right now (4 members and 6 guests).
    Plum, cyclone, hashpwn-bot, John

    Board Statistics

    Our members have made a total of 3.2k posts in 148 topics.
    We currently have 255 members registered.
    Please welcome our newest member, jonbizai.
    The most users online at one time was 49 on Thursday, December 26, 2024.

    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent