Crates.io | saka_grep |
lib.rs | saka_grep |
version | 0.0.1 |
source | src |
created_at | 2023-10-31 18:53:49.614755 |
updated_at | 2023-10-31 18:53:49.614755 |
description | simple commandline utility to search contents in file |
homepage | |
repository | |
max_upload_size | |
id | 1020257 |
size | 6,087 |
$ cargo run -- nobody poem.txt
--
indicates cargo that after this part, argument should go to runnablewe are searching for string
nobody
in filepoem.txt
with above command