"uvgrep" "1" "" "" "Starbuntu"
uvgrep - searches text, PDF and LibreOffice files for text discovery (provided by Starbuntu)
uvgrep [-i] [-n] [-r] "<Text pattern (also RegEx)>" "<File(s) | directory>"
The Starbuntu program uvgrep by Hans-Georg Esser and Peter Starfinger searches text, PDF and LibreOffice files according to a given text pattern. The text files also include desktop files, pythonscripts, shellscripts, XML files and much more.
With the parameter -i the search becomes case insensitive. With the parameter -n the line numbers of the found text pattern places are delivered too (except in LibreOffice files). With the parameter -r the subdirectories are also searched.
-i
The search becomes case insensitive
-n
The line numbers of the found text pattern places are delivered too
(except in LibreOffice files)
-r
The subdirectories are also searched
/usr/local/bin/uvgrep
uvgrep -inr "Starbuntu" *.html
Peter Starfinger <info@die-starfingers.de>