An0xiety
Цитата:
Цитата:
Хреновый какой-то мануал
1)
Цитата:
2) В ком строке -i
Цитата:
т.е
Код: sed -n "/LogFile/p" -i input.txt
Цитата:
1) не подскажите, как игнорировать регистр в SED.EXE ? В Findstr это ключ /i, например. Я в мануале так и не нашел
2) можно ли читать из файла input.txt и после выполнения операций в этот же файл input.txt и записать?
Цитата:
Тут неплохой мануал к ней на английском
Хреновый какой-то мануал
1)
Цитата:
/regexp/I
\%regexp%I
The I modifier to regular-expression matching is a GNU extension which causes the regexp to be matched in a case-insensitive manner.
2) В ком строке -i
Цитата:
-i[SUFFIX]
--in-place[=SUFFIX]
This option specifies that files are to be edited in-place. GNU sed does this by creating a temporary file and sending output to this file rather than to the standard output.(1).
т.е
Код: sed -n "/LogFile/p" -i input.txt