[ Скачать с сервера (9.6 Kb) ] | 02.04.2019, 10:31 |
Выборка строк из текстового файла QGREP (2003 Resource Kit) Search file(s) for lines that match a given pattern. Syntax key: -x Print lines that match exactly. -e string Treat the next argument as a literal search string. Examples: Find either arg1 or arg2 in FileName.txt: qgrep "arg1 arg2" FileName.txt Find arg1 arg2 in FileName: qgrep -e "arg1 arg2" FileName.txt White space separates search strings unless the argument is prefixed with -e. QGREP "all out" x.y While to find "all out" use: QGREP -e "all out" x.y grep is simply an odd concatenation of the phrase "grab regular expression" Related: FINDSTR - Search for strings in files qgrep.rar MD5: 40507B71BBE2C4257E47749FD66197FD
| |
Категория: утилиты | | |
Просмотров: 325 | Загрузок: 4 |