Skip to content

the command line to view and search the file using rust

License

Notifications You must be signed in to change notification settings

hyuraku/rs_fileviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

cargo build
./target/debug/rs_textviewer sample.txt
1| I'm nobody! Who are you?
2| Are you nobody, too?
3| Then there's a pair of us - don't tell!
4| They'd banish us, you know.
5| 
> 

commands

  • line
> line 4
4| They'd banish us, you know.
> line 1-3
1| I'm nobody! Who are you?
2| Are you nobody, too?
3| Then there's a pair of us - don't tell!

About

the command line to view and search the file using rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages