Mainos / Advertisement:

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

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
(Ak: Uusi sivu: Grep is a Unix system's command line program, which look for character strings in files. "Grepping" = Looking for character strings.)
(Ak: Uusi sivu: For example (Searches the word SSLEngine from every file in the /etc/apache2 directory and prints them):)
Rivi 2: Rivi 2:
 
Grep is a Unix system's command line program, which look for character strings in files. "Grepping" = Looking for character strings.
 
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

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

Lähteet

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

Mainos / Advertisement: