Mainos / Advertisement:
Grep
Versio hetkellä 18. elokuuta 2015 kello 08.51 – tehnyt Frans (keskustelu | muokkaukset) (Ak: Uusi sivu: 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):
grep -i -r "SSLEngine" /etc/apache
Lähteet
Mainos / Advertisement: