Polecenie grep
Opcje wykonania grep
w konsoli
Don't suppress output lines with binary data; treat as text.
Print the byte offset within the input file before each line of output.
Print only a count of matched lines. With -v or --revert-match option, count nonmatching lines.
Define an action for processing directories. Possible actions are:
read Read directories like ordinary files (default).
skip Skip directories.
recurse Recursively read all files under each directory. Same as -r.
Search for pattern. Same as specifying a pattern as an argument, but useful in protecting patterns beginning with -.
Take a list of patterns from file, one per line.
Print matched lines but not filenames (inverse of -l).
Ignore uppercase and lowercase distinctions.
List the names of files with matches but not individual matched lines; scanning per file stops on the first match.
Try to use memory mapping (mmap) to read input in order to save time.
Print lines and their line numbers.
Suppress normal output in favor of quiet mode; scanning stops on the first match.
Recursively read all files under each directory. Same as -d recurse.
Suppress error messages about nonexistent or unreadable files.
Print all lines that don't match pattern.
Match on whole words only. Words are divided by characters that are not letters, digits, or underscores.
Print lines only if pattern matches the entire line.
Print num lines of text that occur after the matching line.
Print num lines of text that occur before the matching line.
Print num lines of leading and trailing context. Default context is 2 lines.
Act like egrep, recognizing extended regular expressions such as (UN|POS)IX to find UNIX and POSIX.
Act like fgrep, recognizing only fixed strings instead of regular expressions. Useful when searching for characters that grep normally recognizes as metacharacters.
Expect the regular expressions traditionally recognized by grep (the default).
Display, before each line found, the name of the file containing the line. This is done by default if multiple files are submitted to a single grep command.
Print the version number and then exit.
When displaying filenames, follow each with a zero byte instead of a colon.
Przykłady grep działanie w Słownik polecenie G
- Przykład GREP użycie :
- Jak użyć Split an OpenPGP format message into individual packets. If no file is specified, the message is read from stdin. The split packets are written as individual files co znaczy.
- Przykład GREP użycie :
- Jak użyć data for an object file. The file's symbol table is compared with the call graph profile file gmon.out (previously created by compiling with gcc -pg ). Many of gprof 's options take a krzyżówka.
- Przykład GREP użycie :
- Jak użyć Print the kernel's scancode-to-keycode mapping table co to jest.
- Przykład GREP użycie :
- Jak użyć Search the specified database for the specified key. The database may be any one of passwd, group, hosts, services, protocols, ornetworks słownik.
- Przykład GREP użycie :
- Jak użyć Collection. gcc , formerly known as the GNU C Compiler, compiles multiple languages (C, C++, Objective-C, Ada, FORTRAN, and Java) to machine code. Here we document its use to compile C, C++, or czym jest.