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: http://en.wikipedia.org/wiki/Grep)
 
(2 välissä olevaa versiota samalta käyttäjältä ei näytetä)
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
  
== 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: