ankita1909 / rust_grep

Searching a word in a text file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust_grep

Searching a word in a text file using command line

The program takes 2 arguments the query and the path of the file to be search.

  • cargo run string_to_search path_of_file

About

Searching a word in a text file


Languages

Language:Rust 57.4%Language:Makefile 42.6%