Mainos / Advertisement:
Ero sivun ”Grep/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: == Sources ==) |
(Ak: Uusi sivu: http://en.wikipedia.org/wiki/Grep) |
||
Rivi 8: | Rivi 8: | ||
== Sources == | == Sources == | ||
− | http:// | + | http://en.wikipedia.org/wiki/Grep |
Nykyinen versio 18. elokuuta 2015 kello 08.52
Grep is a Unix system's command line program, which look for character strings in files. "Grepping" = Looking for character strings.
For example (Searches the word SSLEngine from every file in the /etc/apache2 directory and prints them):
grep -i -r "SSLEngine" /etc/apache
Sources
Mainos / Advertisement: