mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:37:46 +00:00
Userland: Add grep utility
Grep supports only extended regular expressions, and is able to handle one pattern handed over via -e or directly after the options. Also, multiple files can be handed over. Recursive mode is outstanding, but no real magic :^)
This commit is contained in:
parent
55450055d8
commit
12dd40a2a5
2 changed files with 169 additions and 0 deletions
|
@ -43,6 +43,7 @@ target_link_libraries(test-js LibJS LibLine LibCore)
|
|||
target_link_libraries(test-pthread LibThread)
|
||||
target_link_libraries(test-web LibWeb)
|
||||
target_link_libraries(tt LibPthread)
|
||||
target_link_libraries(grep LibRegex)
|
||||
target_link_libraries(gunzip LibCompress)
|
||||
|
||||
add_subdirectory(Tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue