Skip to content

DmitryKuk/grep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is unix grep program analog.

To build:
	make

To run:
	./grep [-Rc1] TEXT FILE1 [...]

Availible options:
	- R -- recursive (need for catalogs)
	- c -- enable color output (enabled automatically, if you use terminal (emulator))
	- 1 -- short output. Print 40 characters maximum after text find

To clear:
	make clear

About

grep unix program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages