Mainos / Advertisement:

Ero sivun ”Grep/en” versioiden välillä

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: Grep)
 
(Ak: Uusi sivu: http://en.wikipedia.org/wiki/Grep)
 
(3 välissä olevaa versiota samalta käyttäjältä ei näytetä)
Rivi 1: Rivi 1:
 
<languages/>
 
<languages/>
Grep on Unix järjestelmän komentoriviohjelma, joka etsii merkkijonoja tiedostoista. "greppaus" = merkkijonojen etsiminen.
+
Grep is a Unix system's command line program, which look for character strings in files. "Grepping" = Looking for character strings.
  
Esimerkiksi (Etsii /etc/apache2 hakemistosta jokaisesta tiedostosta SSLEngine sanan ja tulostaa ne):  
+
For example (Searches the word SSLEngine from every file in the /etc/apache2 directory and prints them):  
  
 
   grep -i -r "SSLEngine" /etc/apache
 
   grep -i -r "SSLEngine" /etc/apache
  
== Lähteet ==
+
== Sources ==
  
http://fi.wikipedia.org/wiki/Grep
+
http://en.wikipedia.org/wiki/Grep

Nykyinen versio 18. elokuuta 2015 kello 08.52

Muut kielet:
English • ‎suomi

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

http://en.wikipedia.org/wiki/Grep

Mainos / Advertisement: