Skip to content

julialember/CLI-RUST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

includes 3 commands: grep, echo, ls

echo display text on the screen:

cargo run echo [TEXT TO ECHO]

EXAMPLE:

cargo run echo hello world!

hello world!

grep searches for words in the text:

EXAMPLE:

cargo run grep text.txt любовь:

любовь моя —

что душу цветущую любовью выжег,

cargo run grep [FILE PATH] [TEXT TO SEARCH]

and ls outputs the full directory:

cargo run ls [DIRECTORY]

About

Cli commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages