Skip to content

Implement a program called bsearch that takes as input a key and a CSV file sorted by the first column, and outputs the lines with a first column matching the key.

License

Notifications You must be signed in to change notification settings

ShaheemNaqvi/Implementation_of_fnmatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Implementation_of_fnmatch

Implement a program called fnmatch that takes as input a key and a CSV file sorted by the first column, and outputs the lines with a first column matching the key.

Compile: gcc fnmatch.c -o fnmatch

Example usage: ./fnmatch --key test input.csv > output.csv

About

Implement a program called bsearch that takes as input a key and a CSV file sorted by the first column, and outputs the lines with a first column matching the key.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages