MTD 248-645A Instrukcja Użytkownika Strona 153

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 347
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 152
Linux From Scratch - Version 7.0
133
6.28. Grep-2.9
The Grep package contains programs for searching through files.
Approximate build time: 0.4 SBU
Required disk space: 23 MB
6.28.1. Installation of Grep
First, fix a small problem with a test script:
sed -i 's/cp/#&/' tests/unibyte-bracket-expr
Prepare Grep for compilation:
./configure --prefix=/usr --bindir=/bin
Compile the package:
make
To test the results, issue:
make check
Install the package:
make install
6.28.2. Contents of Grep
Installed programs: egrep, fgrep, and grep
Short Descriptions
egrep Prints lines matching an extended regular expression
fgrep Prints lines matching a list of fixed strings
grep Prints lines matching a basic regular expression
Przeglądanie stron 152
1 2 ... 148 149 150 151 152 153 154 155 156 157 158 ... 346 347

Komentarze do niniejszej Instrukcji

Brak uwag