Skip to content
/ uniq Public

This tool is a command-line utility tailored for text file processing. It offers functionalities like counting unique lines, printing duplicates, and printing unique lines from input files.

Notifications You must be signed in to change notification settings

knnuznr/uniq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic UNIQ Tool

This tool is a command-line utility tailored for text file processing. It offers functionalities like counting unique lines, printing duplicates, and finding unique lines from input files.

Run Project

Clone the project

  git clone https://github.com/knnuznr/uniq.git

Go to the project directory

  cd uniq

Check for dependencies

  cargo check

Start the program

  cargo run <operation> <file_path>

About

This tool is a command-line utility tailored for text file processing. It offers functionalities like counting unique lines, printing duplicates, and printing unique lines from input files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages